How to use DQL in Dgraph Cloud Admin Interface?

That’s really simple

{
   "set": [
      {
         "uid": "0x7",
         "User.email": "email@me.com"
      }
   ]
}

The other details you can check the docs.

1 Like