Skip to content

Proxy a GraphQL GET request

GET
/api/graphql/{path}
curl --request GET \
--url https://example.com/api/graphql/example \
--header 'Authorization: Bearer <token>'

Proxies a GET request to the backend GraphQL server for the given repository path.

path
required

GraphQL backend path (typically the repository CACHE_ROOT)

string

Proxied GraphQL response

Media typeapplication/json
object
Examplegenerated
{}