apollo-parser@0.6.2
·
475 commits
to main
since this release
Fixes
- fixes to conversions from AST string nodes to Rust Strings - goto-bus-stop, pull/633, issue/609, issue/611
This fix affects theString::from(ast::StringValue)conversion function, which returns the contents of a GraphQL string node.
"\""was previously interpreted as just a backslash, now it is correctly interpreted as a double quote. For block strings, indentation is stripped as required by the spec.