Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQL ¶
The GraphQL handler handles GraphQL API requests over HTTP.
func NewGraphQL ¶
func NewGraphQL( resolverState *resolver.State, logger logger.Logger, ratelimitStore ratelimitstore.Store, maxGraphqlComplexity int, authenticator *auth.Authenticator, ) (*GraphQL, error)
NewGraphQL creates a new GraphQL instance
Click to show internal directories.
Click to hide internal directories.