Skip to content

mutations are not printed properly #51

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

Closed
timsuchanek opened this issue Jun 22, 2021 · 0 comments
Closed

mutations are not printed properly #51

timsuchanek opened this issue Jun 22, 2021 · 0 comments

Comments

@timsuchanek
Copy link
Contributor

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.

tailhook added a commit that referenced this issue Oct 8, 2021
kamilkisiela pushed a commit to kamilkisiela/graphql-parser that referenced this issue Nov 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant