Versions in this module Expand all Collapse all v1 v1.1.0 Oct 18, 2024 v1.0.0 Sep 28, 2024 Changes in this version + const Mutation + const Query + const Subscription + type Field struct + ArgsPacker *packer.StructPacker + FieldIndex []int + HasContext bool + HasError bool + IsFieldFunc bool + MethodIndex int + TraceLabel string + TypeName string + ValueExec Resolvable + Visitors *FieldVisitors + func (f *Field) Resolve(ctx context.Context, resolver reflect.Value, args interface{}) (output interface{}, err error) + func (f *Field) UseMethodResolver() bool + func (f *Field) Validate(ctx context.Context, args interface{}) []error + type FieldVisitors struct + Interceptors []directives.ResolverInterceptor + Validators []directives.Validator + type List struct + Elem Resolvable + type Meta struct + FieldSchema Field + FieldService Field + FieldType Field + FieldTypename Field + Schema *Object + Service *Object + Type *Object + type Object struct + Fields map[string]*Field + Interfaces map[string]struct{} + Name string + TypeAssertions map[string]*TypeAssertion + type Resolvable interface + type Scalar struct + type Schema struct + Mutation Resolvable + MutationResolver reflect.Value + Query Resolvable + QueryResolver reflect.Value + Subscription Resolvable + SubscriptionResolver reflect.Value + func ApplyResolver(s *ast.Schema, resolver interface{}, dirs []directives.Directive, ...) (*Schema, error) + type TypeAssertion struct + MethodIndex int + TypeExec Resolvable