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 First int Offset int After uint64 Children []*GraphQuery }
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.