Documentation
¶
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
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.