GraphQL 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 if needed (
) - use IDE instrospection capability
You are ready to write GraphQL queries and mutation and to run them against Dgraph cluster.