Dgraph DQL Tour
Introduction
Load Schema
Once you have Dgraph up and running, press run on the panel to the right. This will load a schema into Dgraph for us to use in the first steps of the tutorial. Don’t worry too much about the syntax for now, we’ll cover all that in later lessons, just check in the response panel that the operation was a success.
Note
Note that Schema changes are made via Alter operations only. All clients have an operation for Mutate, Query and Alter.