Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectiveDecl ¶
type DirectiveDecl struct { Name string Desc string Locs []string Args common.InputValueList }
type Enum ¶
func (*Enum) Description ¶
type Field ¶
type Field struct { Name string Args common.InputValueList Type common.Type Directives common.DirectiveList Desc string }
type InputObject ¶
type InputObject struct { Name string Desc string Values common.InputValueList }
func (*InputObject) Description ¶
func (t *InputObject) Description() string
func (*InputObject) Kind ¶
func (*InputObject) Kind() string
func (*InputObject) String ¶
func (t *InputObject) String() string
func (*InputObject) TypeName ¶
func (t *InputObject) TypeName() string
type Interface ¶
func (*Interface) Description ¶
type Object ¶
type Object struct { Name string Interfaces []*Interface Fields FieldList Desc string // contains filtered or unexported fields }
func (*Object) Description ¶
type Scalar ¶
func (*Scalar) Description ¶
type Schema ¶
type Schema struct { EntryPoints map[string]NamedType Types map[string]NamedType Directives map[string]*DirectiveDecl // contains filtered or unexported fields }
var Meta *Schema
Click to show internal directories.
Click to hide internal directories.