Versions in this module Expand all Collapse all v0 v0.12.1 Aug 11, 2020 Changes in this version + type ApqStats struct + Hash string + SentQuery bool + func GetApqStats(ctx context.Context) *ApqStats + type AutomaticPersistedQuery struct + Cache graphql.Cache + func (a AutomaticPersistedQuery) ExtensionName() string + func (a AutomaticPersistedQuery) MutateOperationParameters(ctx context.Context, rawParams *graphql.RawParams) *gqlerror.Error + func (a AutomaticPersistedQuery) Validate(schema graphql.ExecutableSchema) error + type ComplexityLimit struct + Func func(ctx context.Context, rc *graphql.OperationContext) int + func FixedComplexityLimit(limit int) *ComplexityLimit + func (c *ComplexityLimit) Validate(schema graphql.ExecutableSchema) error + func (c ComplexityLimit) ExtensionName() string + func (c ComplexityLimit) MutateOperationContext(ctx context.Context, rc *graphql.OperationContext) *gqlerror.Error + type ComplexityStats struct + Complexity int + ComplexityLimit int + func GetComplexityStats(ctx context.Context) *ComplexityStats + type Introspection struct + func (c Introspection) ExtensionName() string + func (c Introspection) MutateOperationContext(ctx context.Context, rc *graphql.OperationContext) *gqlerror.Error + func (c Introspection) Validate(schema graphql.ExecutableSchema) error