Module graphql

Source
Expand description

Utilities to work with [async-graphql]

Modules§

rejection
Rejection response types.

Macros§

map_entry_for
Creates a new entry type implementing GraphQLMapEntry for the given type.

Structs§

AuthGuard
Authorization Guard.
ConnectionFields
GraphQLBatchRequest
Extractor for GraphQL batch request.
GraphQLMap
This type represents a HashMap in GraphQL
GraphQLRequest
Extractor for GraphQL request.

Traits§

ContextQueriedFields
Trait to convert to a QueriedFields
GraphQLMapEntry
Entry for a GraphQLMap
IntoConnection
Trait to convert into a Connection
RequestDataMiddleware
Middleware to customize the data attached to each GraphQL request.

Functions§

altair_playground_handler
Handler that renders an Altair GraphQL playground on the given path to explore the API.
export_graphql_sdl
graphiql_playground_handler
Handler that renders a GraphiQL playground on the given path to explore the API.
graphql_batch_handler
Handler for batch requests.
graphql_subscription_handler
Handler for GraphQL subscriptions.