Versions in this module Expand all Collapse all v1 v1.0.1 Jul 23, 2020 v1.0.0 Jul 22, 2020 Changes in this version + type Directive struct + func (r *Directive) Args() []*InputValue + func (r *Directive) Description() *string + func (r *Directive) Locations() []string + func (r *Directive) Name() string + type EnumValue struct + func (r *EnumValue) DeprecationReason() *string + func (r *EnumValue) Description() *string + func (r *EnumValue) IsDeprecated() bool + func (r *EnumValue) Name() string + type Field struct + func (r *Field) Args() []*InputValue + func (r *Field) DeprecationReason() *string + func (r *Field) Description() *string + func (r *Field) IsDeprecated() bool + func (r *Field) Name() string + func (r *Field) Type() *Type + type InputValue struct + func (r *InputValue) DefaultValue() *string + func (r *InputValue) Description() *string + func (r *InputValue) Name() string + func (r *InputValue) Type() *Type + type Schema struct + func WrapSchema(schema *schema.Schema) *Schema + func (r *Schema) Directives() []*Directive + func (r *Schema) MutationType() *Type + func (r *Schema) QueryType() *Type + func (r *Schema) SubscriptionType() *Type + func (r *Schema) Types() []*Type + type Type struct + func WrapType(typ common.Type) *Type + func (r *Type) Description() *string + func (r *Type) EnumValues(args *struct{ IncludeDeprecated bool }) *[]*EnumValue + func (r *Type) Fields(args *struct{ IncludeDeprecated bool }) *[]*Field + func (r *Type) InputFields() *[]*InputValue + func (r *Type) Interfaces() *[]*Type + func (r *Type) Kind() string + func (r *Type) Name() *string + func (r *Type) OfType() *Type + func (r *Type) PossibleTypes() *[]*Type