# CypherQueryResponse

Model ID: `CypherQueryResponse`

Raw Cypher query result.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `execution_time_ms` | `number|null` | No |  |  |  | Yes | Query execution time in milliseconds, when available. |
| `results` | `array` | Yes |  |  |  | No | Raw result rows returned by the query. |
| `total` | `integer` | Yes |  |  |  | No | Number of rows in results. |

## Example

None declared in canonical OpenAPI.
