We’re overhauling Dgraph’s docs to make them clearer and more approachable. If
you notice any issues during this transition or have suggestions, please
let us know.
/graphql
. GraphQL requests can be sent via HTTP POST or
HTTP GET requests.
Getting your GraphQL endpoint
- access the Hypermode console
- the
GraphQL Endpoint
is displayed at the bottom. - click on the link button to copy it.
IDEs
As Dgraph serves a spec-compliant GraphQL API, you can use your favorite GraphQL IDE.- Postman
- Insomnia
- GraphiQL
- VSCode with GraphQL extensions
General IDE setup
- Copy Dgraph GraphQL endpoint.
- Set the security header as required.
- use IDE instrospection capability.