-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
Parsing Error for missing empty block #1252
Comments
That's not valid graphql, is it? In the spec:
|
Related code in the parser:
|
Good point, I do not know. But that is what we get from hasura :) Mind you, there are normally two schema with hasura. One for authorized users and one unauthorized users. As of now, we get multiple empty I just opened another issue regarding enums here: #1253. |
According to the spec, |
We are getting a Parsing Error when generating client code for a graphql schema with the sbt plugin.
Our graphql schema contains the following line:
And we get the following error:
We can fix it by rewriting our graphql schema to:
This also happens for
enum foobar
without braces.Our graphql schema was generated from hasura with the following command:
The text was updated successfully, but these errors were encountered: