Module handler

Module handler 

Source
Expand description

Axum handler for the /graphql endpoint.

Provides GraphQL request handling using async-graphql with dynamic schema generation from the PostgreSQL schema cache.

Structs§

GraphQLState
GraphQL execution state shared across requests.

Functions§

graphql_handler
Handle a GraphQL request.
graphql_playground
Handle GraphQL playground request.