-
Notifications
You must be signed in to change notification settings - Fork 2.8k
docs: document explain api (close #870) #3739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: document explain api (close #870) #3739
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 833b3e8 |
|
@0x777 is there another expression we can use for the object that is returned from the API, other than "Postgres plan"? It's a little confusing because one value inside the returned JSON object is @rikinsk I'm not sure if we should move this section under the GraphQL API, since the Explain API is part of the GraphQL API. The disadvantage of that would be that it's probably harder to find and to search for. Let me know your thoughts. |
|
@marionschleifer The explain API should be its own thing, I dont think it belongs under the GraphQL API section as this is not user-facing like queries and mutations and will be confusing there. |
|
Deploy preview for hasura-docs ready! Built with commit 622896e |
…r/graphql-engine into docs-document-explain-api
|
Review app https://hge-ci-pull-3739.herokuapp.com is deleted |
Description
Document the
/v1/graphql/explainendpoint.Affected components