/admin endpoint of
your cluster. As an example, if your GraphQL endpoint is
https://frozen-mango.us-west-2.aws.cloud.dgraph.io/graphql, then the admin
endpoint for schema is at
https://frozen-mango.us-west-2.aws.cloud.dgraph.io/admin.
This endpoint works in a similar way to the /admin
endpoint of Dgraph, with the additional constraint of
requiring authentication.
getGQLSchema query on
/admin. Below is a sample GraphQL query which fetches this schema.
updateGQLSchema mutation on /admin.
Below is an example GraphQL body, with a variable called sch which must be
passed in as a variable