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 have not tried the extend feature yet. But this tool use graphql-js to parse schema file, as long as graphql-js support it, gql-generator should support it too. But you might need to concat your schemas to one file as gql-generator does not support multiple schema files now
Currently im pushing all to one file and then I run your tool on that file. But the only queries/mutations I get are the ones in the regular Query and Mutation type, not from the extended ones.
Hi,
We have modularized our graphql in to separate files so we extend the queries and mutations, eg.
Would it be possible to support this?
The text was updated successfully, but these errors were encountered: