Skip to content

GraphQL

Endpoint: POST /graphql

Example query:

query {
  health
  version
}

Use a GraphQL client (e.g., curl, Insomnia) to send POST requests with GraphQL payload. The server logs mention a playground at /graphql.