package
0.17.66
Repository: https://github.com/99designs/gqlgen.git
Documentation: pkg.go.dev

# Functions

CacheSize sets the maximum size of the query cache.
ComplexityLimit sets a maximum query complexity that is allowed to be executed.
ComplexityLimitFunc allows you to define a function to dynamically set the maximum query complexity that is allowed to be executed.
Add cache that will hold queries for automatic persisted queries (APQ) Deprecated: switch to graphql/handler.New.
ErrorPresenter transforms errors found while resolving into errors that will be returned to the user.
Deprecated: switch to graphql/handler.New.
IntrospectionEnabled = false will forbid clients from calling introspection endpoints.
Deprecated: use playground.Handler instead.
Deprecated: switch to graphql/handler.New.
RequestMiddleware allows you to define a function that will be called around the root request, after the query has been parsed.
ResolverMiddleware allows you to define a function that will be called around every resolver, useful for logging.
UploadMaxMemory sets the maximum number of bytes used to parse a request body as multipart/form-data in memory, with the remainder stored on disk in temporary files.
UploadMaxSize sets the maximum number of bytes used to parse a request body as multipart/form-data.
WebsocketInitFunc is called when the server receives connection init message from the client.
WebsocketKeepAliveDuration allows you to reconfigure the keepalive behavior.
Deprecated: switch to graphql/handler.New.

# Structs

Deprecated: switch to graphql/handler.New.

# Interfaces

# Type aliases

Deprecated: use transport.InitPayload instead.
Deprecated: switch to graphql/handler.New.