-
Notifications
You must be signed in to change notification settings - Fork 128
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
Feature Request: Add utilities similar to graphql-js #125
Comments
Nice feature to generate golang client code. |
I'll take a gander, recently did something here: https://github.com/suessflorian/gqlfetch, I reckon we can unmarshal a introspection result directly into an |
@suessflorian thanks,you give me a big favor . |
graphql-js
has some utilities specified here: https://graphql.org/graphql-js/utilities/It would be very nice for
gqlparser
also to support those utilities.For example: something like
buildClientSchema
is very useful if you want to just re-createast.Schema
from introspection response of a server.The text was updated successfully, but these errors were encountered: