package
0.8.4
Repository: https://github.com/giter/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.
ErrorPresenter transforms errors found while resolving into errors that will be returned to the user.
GetInitPayload gets a map of the data sent with the connection_init message, which is used by graphql clients as a stand-in for HTTP headers.
No description provided by the author
IntrospectionEnabled = false will forbid clients from calling introspection endpoints.
No description provided by the author
No description provided by the author
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.
Tracer allows you to add a request/resolver tracer that will be called around the root request, calling resolver.
WebsocketKeepAliveDuration allows you to reconfigure the keepalive behavior.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

InitPayload is a structure that is parsed from the websocket init message payload.
No description provided by the author