Address GraphQL string literals with characters outside BMP #34
Labels
needs-info
Further information is needed to move the issue forward
spec-compliance
Areas where this library does not comply with the June 2018 GraphQL specification
In 21755d8, I added a TODO for stringification on the test case of scalars with characters outside the Unicode Basic Multilingual Plane.
graphql-server/graphql/value_test.go
Lines 62 to 68 in 2f4f8d7
This isn't specified upstream, see graphql/graphql-spec#214. There are likely issues with parsing such characters as well, so I should add more tests on the parser.
The text was updated successfully, but these errors were encountered: