graphql
Graphql Endpoint
Execute a GraphQL query.
Accepts a standard GraphQL request body and resolves the query against the in-memory task store.
Args: req: GraphQL request body with query, optional variables and operationName. request: FastAPI request (provides access to app state).
Returns: GraphQL response with data or errors.
post/graphql
Request body
Response
Successful Response
object required