Module graphql.parser
Version 0.2.0-alpha8
Related Modules
graphql
graphql.parser
Module graphql.parser
classes
ArgumentNode
CharReader
DocumentNode
FieldNode
FragmentNode
Lexer
OperationNode
Parser
objectTypes
Node
ParentNode
Visitor
records
ArgumentName
ArgumentValue
ErrorDetail
Location
Selection
enums
RootOperationType
constants
ANONYMOUS_OPERATION
T_BOOLEAN
T_FLOAT
T_INT
T_STRING
types
ArgumentType
Scalar
errors
Error
Ballerina
Learn
Central
Standard library
graphql.parser
records
Selection
Record:
Selection
Closed record
Fields
name
string
isFragment
boolean
node
ParentNode
?
location
Location