apollo-rs
apollo-rs copied to clipboard
EscapedUnicode in draft spec supports \u{12345678} syntax
Currently we only support \u1234
, but the draft spec adds \u{12345678}
syntax. We should add support for that in the lexer and the parser.
https://spec.graphql.org/draft/#EscapedUnicode