Last updated 6 months ago
Congiruable using handlers_graphql_path (in config.toml) or ORBIT_HANDLERS_GRAPHQL_PATH (using environment variables)
POST /graphql HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 54 { "operationName": "text", "query": "text", "variables": {} }
Successful response
{ "data": {}, "errors": {} }