Documentation ¶
Index ¶
- type GraphQLTracer
- func (GraphQLTracer) TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, ...) (context.Context, gqltrace.TraceFieldFinishFunc)
- func (GraphQLTracer) TraceQuery(ctx context.Context, queryString string, operationName string, ...) (context.Context, gqltrace.TraceQueryFinishFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLTracer ¶
type GraphQLTracer struct{}
GraphQLTracer implements gqltrace.Tracer for tracing GraphQL requests
func (GraphQLTracer) TraceField ¶
func (GraphQLTracer) TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, args map[string]interface{}) (context.Context, gqltrace.TraceFieldFinishFunc)
func (GraphQLTracer) TraceQuery ¶
func (GraphQLTracer) TraceQuery(ctx context.Context, queryString string, operationName string, variables map[string]interface{}, varTypes map[string]*introspection.Type) (context.Context, gqltrace.TraceQueryFinishFunc)
Click to show internal directories.
Click to hide internal directories.