Versions in this module Expand all Collapse all v0 v0.17.20 Nov 10, 2022 Changes in this version + type NodeMap struct + type Tracer struct + ClientName string + Hostname string + Version string + func (Tracer) ExtensionName() string + func (Tracer) Validate(graphql.ExecutableSchema) error + func (t *Tracer) InterceptField(ctx context.Context, next graphql.Resolver) (interface{}, error) + func (t *Tracer) InterceptOperation(ctx context.Context, next graphql.OperationHandler) graphql.ResponseHandler + func (t *Tracer) InterceptResponse(ctx context.Context, next graphql.ResponseHandler) *graphql.Response + type TreeBuilder struct + Trace *generated.Trace + func NewTreeBuilder() *TreeBuilder + func (tb *TreeBuilder) StartTimer(ctx context.Context) + func (tb *TreeBuilder) StopTimer(ctx context.Context) + func (tb *TreeBuilder) WillResolveField(ctx context.Context)