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
We need generate documents for multiple client from one schema.
GraphQL documents generates documents of all Query/Mutation.
So, the generated documents includes unnecessary document for a client.
It makes overhead of module size.
Problem
We need generate documents for multiple client from one schema.
GraphQL documents generates documents of all Query/Mutation.
So, the generated documents includes unnecessary document for a client.
It makes overhead of module size.
Suggestion
codegen.yml
index.graphql
I don't know graphql codegen plugin can read
#
comment line.The text was updated successfully, but these errors were encountered: