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 would like to use schemaDirectives in ApolloClient to be able to use schema directives in local schemas. (The same as it is possible with makeExecutableSchema).
I would like to use
schemaDirectives
inApolloClient
to be able to use schema directives in local schemas. (The same as it is possible withmakeExecutableSchema
).This would make it possible to use custom directive in local schemas.
Possible use:
Is there any other way to use custom directives in local schemas?
The text was updated successfully, but these errors were encountered: