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
Another finding with generative tests, using ./bin/run-gen-tests --seed 1133573659.
./bin/run-gen-tests --seed 1133573659
Invalid syntax with offending token '{' at line 1 column 17
This exception is coming from an external GraphQL parser, so we are producing incorrect GraphQL here.
Reduced example:
(gql '[:oksa/mutation [[:... {:name :f}] [["E1lgzB" {}]]]]) => "mutation {...f{E1lgzB}}"
We should restrict the parser not to allow this corner case.
Related: #9
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Another finding with generative tests, using
./bin/run-gen-tests --seed 1133573659
.This exception is coming from an external GraphQL parser, so we are producing incorrect GraphQL here.
Reduced example:
We should restrict the parser not to allow this corner case.
Related: #9
The text was updated successfully, but these errors were encountered: