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 Field ¶
type Field struct { Alias string Name string Arguments map[string]interface{} Directives map[string]common.DirectiveArgs SelSet *SelectionSet }
type Fragment ¶
type Fragment struct { On string SelSet *SelectionSet }
type FragmentSpread ¶
type FragmentSpread struct { Name string Directives map[string]common.DirectiveArgs }
type InlineFragment ¶
type InlineFragment struct { Fragment Directives map[string]common.DirectiveArgs }
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.