graphql
GraphQL query/mutation
Execute a GraphQL operation. Accepts the standard GraphQL request envelope (query, optional variables, operationName, extensions). Authentication is optional: an admin secret grants admin role; a valid JWT bearer grants the user's role; anonymous requests are served with the public role.
post/v1/graphql
Request body
Response
GraphQL response envelope (may carry partial data + errors)