v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Degraphql_routes

Get a Degraphql_route

Get a Degraphql_route using ID or name.

get/v2/control-planes/{controlPlaneId}/core-entities/degraphql_routes/{Degraphql_routeId}

Response

Successfully fetched Degraphql_route

created_atinteger nullable

Unix epoch when the resource was created.

idstring nullable

A string representing a UUID (universally unique identifier).

methodsstring[] nullable
querystring required
updated_atinteger nullable

Unix epoch when the resource was last updated.

uristring required

Example response

{
  "id": "56c4566c-14cc-4132-9011-4139fcbbe50a",
  "query": "query{ user { email } }",
  "service": {
    "id": "bd380f99-659d-415e-b0e7-72ea05df3218"
  },
  "uri": "/users"
}