I am trying to take a copy of my data in Dgraph Cloud and when I run the mutation in the cloud.dgraph.io explorer it errors with "message": "Query not supported"
.
The mutation I am running on the admin endpoint is:
mutation MyMutation {
export(input: {format: "json"}) {
response {
code
message
}
}
}
I am on a shared instance and understand that this means I won’t get the backup features, but surely I can make a copy of my data?