You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that directives can be passed into buildGraphQLSchema() but I haven't yet figured out how to use a directive on anything. e.g. I'd like to use @oneof on an Object Input Type or @key on an Object Type (for @apollo/subgraph).
Can some directive examples be added to the examples folder and/or to the README/docs?
The text was updated successfully, but these errors were encountered:
I see that
directives
can be passed intobuildGraphQLSchema()
but I haven't yet figured out how to use a directive on anything. e.g. I'd like to use@oneof
on an Object Input Type or@key
on an Object Type (for@apollo/subgraph
).Can some directive examples be added to the
examples
folder and/or to the README/docs?The text was updated successfully, but these errors were encountered: