Versions in this module Expand all Collapse all v0 v0.1.0 Oct 20, 2024 Changes in this version + const Query + type Directive struct + Args []InputValue + Description string + Locations []string + Name string + type EnumValue struct + Description string + Name string + func (f *EnumValue) DeprecationReason() *string + func (f *EnumValue) IsDeprecated() bool + type Field struct + Args []InputValue + Description string + Name string + Type *Type + func (f *Field) DeprecationReason() *string + func (f *Field) IsDeprecated() bool + type InputValue struct + DefaultValue *string + Description string + Name string + Type *Type + type Schema struct + func WrapSchema(schema *ast.Schema) *Schema + func (s *Schema) Directives() []Directive + func (s *Schema) MutationType() *Type + func (s *Schema) QueryType() *Type + func (s *Schema) SubscriptionType() *Type + func (s *Schema) Types() []Type + type Type struct + func WrapTypeFromDef(s *ast.Schema, def *ast.Definition) *Type + func WrapTypeFromType(s *ast.Schema, typ *ast.Type) *Type + func (t *Type) Description() string + func (t *Type) EnumValues(includeDeprecated bool) []EnumValue + func (t *Type) Fields(includeDeprecated bool) []Field + func (t *Type) InputFields() []InputValue + func (t *Type) Interfaces() []Type + func (t *Type) Kind() string + func (t *Type) Name() *string + func (t *Type) OfType() *Type + func (t *Type) PossibleTypes() []Type