Documentation ¶ Index ¶ type Tracer func (a Tracer) ExtensionName() string func (a Tracer) InterceptResponse(ctx context.Context, next graphql.ResponseHandler) *graphql.Response func (a *Tracer) Validate(schema graphql.ExecutableSchema) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Tracer ¶ type Tracer struct { DisableColor bool // contains filtered or unexported fields } func (Tracer) ExtensionName ¶ func (a Tracer) ExtensionName() string func (Tracer) InterceptResponse ¶ func (a Tracer) InterceptResponse(ctx context.Context, next graphql.ResponseHandler) *graphql.Response func (*Tracer) Validate ¶ func (a *Tracer) Validate(schema graphql.ExecutableSchema) error Source Files ¶ View all Source files tracer.go Click to show internal directories. Click to hide internal directories.