Skip to content

apollo-parser@0.6.2

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 19 Sep 08:06
· 475 commits to main since this release
e17cd5a

Fixes

  • fixes to conversions from AST string nodes to Rust Strings - goto-bus-stop, pull/633, issue/609, issue/611
    This fix affects the String::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.