Document package:graphql

This module defines an abstract syntax tree for the GraphQL language. It follows closely the structure given in the specification. Please refer to Facebook's GraphQL Specification. for more information.
GraphQL document.
Converts a Document' into a string.
Parser for the GraphQL documents.
Validates a document and returns a list of found errors. If the returned list is empty, the document is valid.