You are looking at the docs for the unreleased main branch of Dgraph. The latest version is v23.1.
Ask a Question

Deploy the Schema

With the schema defined, it’s just one step to get a running GraphQL backend for the app.

Copy the schema, navigate to the Schema tab in Dgraph Cloud, paste the schema in, and press Deploy.

Deploy Dgraph Cloud schema

As soon as the schema is added, Dgraph Cloud generates and deploys a GraphQL API for the app.

Next you’ll learn about GraphQL operations like queries, mutations and subscriptions.