Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct {
Operations map[string]*Operation
Fragments map[string]*NamedFragment
}
type Fragment ¶
type Fragment struct {
On string
SelSet *SelectionSet
}
type FragmentSpread ¶
type InlineFragment ¶
type NamedFragment ¶
type Operation ¶
type Operation struct {
Type OperationType
Name string
Vars common.InputMap
SelSet *SelectionSet
}
type SelectionSet ¶
type SelectionSet struct {
Selections []Selection
}
Click to show internal directories.
Click to hide internal directories.