Dgraph GraphQL API
Dgraph provides a native GraphQL API layer that sits directly on top of its distributed graph backend. Unlike adapter-based GraphQL implementations, Dgraph generates a complete GraphQL API — including queries, mutations, and subscriptions — automatically from a type schema you define. This makes Dgraph a truly GraphQL-native database.
Overview
Dgraph GraphQL API is a GraphQL API specification published by Dgraph on the APIs.io network.
Dgraph provides a native GraphQL API layer that sits directly on top of its distributed graph backend. Unlike adapter-based GraphQL implementations, Dgraph generates a complete GraphQL API — including queries, mutations, and subscriptions — automatically from a type schema you define. This makes Dgraph a truly GraphQL-native database.
The GraphQL endpoint is available at https://<your-backend>.us-west-2.aws.cloud.dgraph.io/graphql.
Tagged areas include Graph Database, Distributed Database, Real-Time, Open Source, and Knowledge Graph.