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§
- GraphQL
State - GraphQL execution state shared across requests.
Functions§
- graphql_
handler - Handle a GraphQL request.
- graphql_
playground - Handle GraphQL playground request.
- graphql_
ws_ handler - Handle GraphQL WebSocket subscription upgrade.