Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enum ¶
func (*Enum) Description ¶
type InputObject ¶
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 ¶
type Interface struct { Name string PossibleTypes []*Object Fields map[string]*Field FieldOrder []string Desc string }
func (*Interface) Description ¶
type Object ¶
type Object struct { Name string Interfaces []*Interface Fields map[string]*Field FieldOrder []string 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 EntryPointNames map[string]string Objects []*Object Unions []*Union }
var Meta *Schema
Click to show internal directories.
Click to hide internal directories.