GraphQL API | Dgraph Documentation (original) (raw)

Dgraph lets you generate a GraphQL API and a graph backend from a single GraphQL schema, no resolvers or custom queries are needed. Dgraph automatically generates the GraphQL operations for queries and mutations

GraphQL developers can get started in minutes, and need not concern themselves with the powerful graph database running in the background.

Dgraph extends the GraphQL specifications with directives and allows you to customize the behavior of GraphQL operations using custom resolvers or to write you own resolver logic with Lambda resolvers.

Dgraph also supports

Refer to the following pages for more details: