Explain
There are two endpoints related to explain:
- The
/query/explain
endpoint, which accepts a query request. - The
/mutation/explain
endpoint, which accepts a mutation request.
Both endpoints return a representation of the execution plan without actually executing the query or mutation.
Request
POST /query/explain
See QueryRequest
Request
POST /mutation/explain
See MutationRequest
Response
See ExplainResponse