For the complete documentation index, see llms.txt. This page is also available as Markdown.

GraphQL Endpoint

The path to which you will send your GraphQL requests - this is where the caching happens.

post

Congiruable using handlers_graphql_path (in config.toml) or ORBIT_HANDLERS_GRAPHQL_PATH (using environment variables)

Body
operationNamestringOptional
querystringOptional
variablesobjectOptional
Responses
200

Successful response

application/json
dataobjectOptional
errorsobjectOptional
post
/graphql
200

Successful response

Last updated