Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for block strings (triple quotes)
As per [GraphqQL RFC](https://facebook.github.io/graphql/draft/#sec-String-Value) and its [implementation](graphql/graphql-spec#327), block strings are being a GraphQL supported feature for a while and are used for GraphiQL documentation. This PR add support for the triple quotes (""") block string.
- Loading branch information