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
Hi, thank you for the great library. It helps my life a lot.
Do you have a plan to dump IDL schema?
I'm using gqtx along with the awesome graphql-code-generator. To generate GraphQL query, I need schema.graphql file (Network request also works but I prefer to omit dependent services for code generation). Also, a static schema file will help other developers to understand overall API.
I've written the below script to dump schema in my current project. It would be great if dumping a schema is officially supported:
Hi, thank you for the great library. It helps my life a lot.
Do you have a plan to dump IDL schema?
I'm using
gqtx
along with the awesomegraphql-code-generator
. To generate GraphQL query, I needschema.graphql
file (Network request also works but I prefer to omit dependent services for code generation). Also, a static schema file will help other developers to understand overall API.I've written the below script to dump schema in my current project. It would be great if dumping a schema is officially supported:
If it's okay I'll try to send a PR. Thanks!
The text was updated successfully, but these errors were encountered: