We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As talked about in #37 A type like
type SomePayload { type: String! }
Will panic because of a GraphQL parsing error when it encounters the inner type keyword
type
Here is the PR #43 with reproducible example 👌
The text was updated successfully, but these errors were encountered:
Thanks! Will fix soon.
Sorry, something went wrong.
I believe that It is fixed in v0.2.11. Can you test with it?
Indeed this specific issue is now gone !
Successfully merging a pull request may close this issue.
As talked about in #37
A type like
Will panic because of a GraphQL parsing error when it encounters the inner
type
keywordHere is the PR #43 with reproducible example 👌
The text was updated successfully, but these errors were encountered: