Closed fpacanowski closed 11 months ago
Fixes https://github.com/graphql-rust/graphql-parser/issues/74.
This PR makes block string parsing conform to GraphQL spec. In particular the parser now strips leading and trailing empty lines from block string values. This implementation closely follows the reference JS implementation.
Fixes https://github.com/graphql-rust/graphql-parser/issues/74.
This PR makes block string parsing conform to GraphQL spec. In particular the parser now strips leading and trailing empty lines from block string values. This implementation closely follows the reference JS implementation.