Documentation
¶
Overview ¶
Package handler defines the HTTP handlers for this GraphQL API
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQL ¶
type GraphQL struct { Schema *graphql.Schema Loaders loader.Collection Logger logger }
The GraphQL handler handles GraphQL API requests over HTTP. It can handle batched requests as sent by the apollo-client.
type GraphiQL ¶
type GraphiQL struct{}
GraphiQL is an in-browser IDE for exploring GraphiQL APIs. This handler returns GraphiQL when requested.
For more informataion, see https://github.com/graphql/graphiql.
Click to show internal directories.
Click to hide internal directories.