-
Notifications
You must be signed in to change notification settings - Fork 842
Generate Types from struct #171
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
Comments
though it for another package, you may find this helpful. |
@sogko, @chris-ramon, @bbuck : Have you guys seen following packages? They are doing the work using reflection. |
is there a way to do something like this: schema := ParseSchema( It says there is a schema parser in the readme but I see no examples anywhere of it. |
I've finished a basic generator for graphql using reflect package. You can find it here: |
I have a created a generator which generate it in runtime |
at work we might need that in the near future, so I wrote this package |
I was planning to build one helper package which will generate types from struct.
Anyone has tried it before?
I am new to graphql, any suggestions will be helpful.
Thanks.
The text was updated successfully, but these errors were encountered: