Versions in this module Expand all Collapse all v0 v0.0.9 Sep 8, 2022 v0.0.8 Sep 8, 2022 Changes in this version + type Tracer struct + func (Tracer) TraceField(ctx context.Context, label, typeName, fieldName string, trivial bool, ...) (context.Context, func([]byte, *errors.QueryError)) + func (Tracer) TraceQuery(ctx context.Context, queryString string, operationName string, ...) (context.Context, func([]byte, []*errors.QueryError)) + func (Tracer) TraceValidation(context.Context) func([]*errors.QueryError)