Documentation ¶
Index ¶
- type GraphTracer
- func (t *GraphTracer) ExtensionName() string
- func (t *GraphTracer) InterceptField(ctx context.Context, next graphql.Resolver) (any, error)
- func (t *GraphTracer) InterceptOperation(ctx context.Context, next graphql.OperationHandler) graphql.ResponseHandler
- func (t *GraphTracer) Validate(_ graphql.ExecutableSchema) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphTracer ¶
type GraphTracer struct { }
func (*GraphTracer) ExtensionName ¶
func (t *GraphTracer) ExtensionName() string
ExtensionName name of extension
func (*GraphTracer) InterceptField ¶
InterceptField intercepts
func (*GraphTracer) InterceptOperation ¶
func (t *GraphTracer) InterceptOperation(ctx context.Context, next graphql.OperationHandler) graphql.ResponseHandler
InterceptOperation intercepts
func (*GraphTracer) Validate ¶
func (t *GraphTracer) Validate(_ graphql.ExecutableSchema) error
Validate is unnecessary in our case
Click to show internal directories.
Click to hide internal directories.