Private
Package internals documentation.
Parsing
Parsing is currently part of the private API as the output types are liable to change. Once this has stabilised, this will move to the public API.
GraphQLParser.parse
— Functionparse(str::AbstractString)
Parses a GraphQL executable document string.
Miscellaneous
GraphQLParser.ValidationError
— TypeValidationError
Abstract type for validation errors.
GraphQLParser.format_block_string
— Methodformat_block_string(str)
Perform the formatting defined in the specification.
GraphQLParser.get_defined_fragments
— Methodget_defined_fragments(doc::Document)
Returns a vector of all fragments that are defined in the document.
GraphQLParser.get_defined_operations
— Methodget_defined_operations(doc::Document)
Returns a generator over all operations that are defined in the document.