---
title: "Query the GraphAPI"
method: POST
path: "/api/graph/query"
---

# Query the GraphAPI

`POST /api/graph/query`

Query the GraphAPI

## Request body

- ApiGraphQuery
  - `query` string
  - `variables` unknown

## Response `200`

OK

- ApiGraphResponse
  - `data` unknown
  - `errors` unknown[]
    - unknown

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/datarhei/apis/datarhei-core-api.md) · [All operations](https://skmtc.net/datarhei/apis/datarhei-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datarhei/datarhei-core-api/versions/0197dcdcdd5a/schema)
