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
Example response
{
"id": "56c4566c-14cc-4132-9011-4139fcbbe50a",
"query": "query{ user { email } }",
"service": {
"id": "bd380f99-659d-415e-b0e7-72ea05df3218"
},
"uri": "/users"
}