Using your schema, Dgraph Cloud generated ways to interact with the graph. In GraphQL, the API can be inspected with introspection queries.
From there, you can click through to the queries and mutations and check out the
API. For example, this API includes mutations to add, update and delete users,
posts and comments.
Next, youâll
learn more about the API that Dgraph Cloud created from the schema
by trying out the same kind of queries and mutations youâll use to build the
message board app.