-
There are 3rd party tools like graphqurl or @graphql-codegen which use a GQL API url and download the respective schema. It doesn't seem to work with Yoga. e.g., gq --introspect > schema.graphql |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Jul 24, 2022
Replies: 1 comment 2 replies
-
You can pass any |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
n1ru4l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can pass any
GraphQLSchema
toschema
property. If you give more details, we can help you better.