-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge schema language PR #3
Comments
Hello! You can use the introspection query from https://github.com/graphql/graphiql/blob/master/src/utility/introspectionQueries.js#L15 to get a JSON representation of the schema. Either fire up a server with Iron and use the built-in |
I want to export the schema to the graphql client modules, but the graphql_client crate requires it in .graphql format. Is it possible to print it as .graphql format? |
In his recent talk @LegNeato had a code example at https://youtu.be/QXJ0wKBLt-8?t=1377 that does not seem to be implemented:
I cannot find this function anywhere, but it would be nice to have. |
I believe this PR has the functionality #324 |
Sorry, been lagging on merging it. Will get to it! |
This has been merged. |
After using the macros to define the schema, is it possible to retrieve the schema as a json document? A simple string would suffice. This would allow us to use a tool to automatically version the API using an external tool to analyze the schema.
The text was updated successfully, but these errors were encountered: