Versions in this module Expand all Collapse all v0 v0.12.1 Aug 11, 2020 Changes in this version + type ResolverExecution struct + Duration time.Duration + FieldName string + ParentType string + Path ast.Path + ReturnType string + StartOffset time.Duration + type Span struct + Duration time.Duration + StartOffset time.Duration + type Tracer struct + func (a Tracer) ExtensionName() string + func (a Tracer) InterceptField(ctx context.Context, next graphql.Resolver) (res interface{}, err error) + func (a Tracer) InterceptResponse(ctx context.Context, next graphql.ResponseHandler) *graphql.Response + func (a Tracer) Validate(schema graphql.ExecutableSchema) error + type TracingExtension struct + Duration time.Duration + EndTime time.Time + Execution struct{ ... } + Parsing Span + StartTime time.Time + Validation Span + Version int