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
This mutation:
mutation($first: Int, $second: Int) { field1(first: $first) field2(second: $second) }
gets printed like this:
mutation { field1(first: $first) field2(second: $second) }
It's the same problem as in #47, but for mutations.
The text was updated successfully, but these errors were encountered:
35949a8
Merge pull request #52 from timsuchanek/fix-51
d72812f
Fix #51
Fix graphql-rust#51
fb9caf6
No branches or pull requests
This mutation:
gets printed like this:
It's the same problem as in #47, but for mutations.
The text was updated successfully, but these errors were encountered: