# Functions
ParseDir calls ParseDoc for all files with names ending in ".gql"/".graphql" in the directory specified by path and returns a map of document name -> *ast.Document for all the documents found.
ParseDoc parses a single GraphQL Document.
ParseDocs parses a set of GraphQL documents.
# Constants
parse comments and add them to the schema.
# Type aliases
Mode represents a parsing mode.