graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.87k stars 839 forks source link

Fix quotation during printing StringValue node #587

Closed pkosiec closed 3 years ago

pkosiec commented 3 years ago

Fixes #586.

See the details of the bug in the linked issue.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 92.422% when pulling 18f6ed0fa2cafdbdc877ea1048c49d250ad81629 on pkosiec:fix-json-string-arg into 1a9db8859ef57c2821bbd47b0db9a1a09e617f41 on graphql-go:master.

pkosiec commented 3 years ago

Hi @chris-ramon, any news regarding this PR? Can you review it please? It's just 16 lines. Thanks!