Expand description
GraphQL endpoints.
POST /graphql- Execute GraphQL queries and mutationsGET /graphiql- GraphiQL IDE (requiresgraphiqlfeature, on by default)
Note: /playground is intentionally not included. GraphQL Playground was
deprecated and merged into GraphiQL 2.0, making them redundant.
Functionsยง
- graphiql_
handler ๐ - Serves the GraphiQL IDE.
- graphql_
handler ๐ - Handles GraphQL POST requests.
- routes
- Registers GraphQL routes on the router.
Type Aliasesยง
- Schema ๐