Documentation ¶
Overview ¶
Package gql is responsible for lexing and parsing a GraphQL query/mutation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GraphQuery ¶
type GraphQuery struct { UID uint64 XID string Attr string Args map[string]string Children []*GraphQuery // contains filtered or unexported fields }
GraphQuery stores the parsed Query in a tree format. This gets converted to internally used query.SubGraph before processing the query.
Click to show internal directories.
Click to hide internal directories.