is it possible to tell dgraph that I just want a “OK” response or simple “Error” response, instead of this big response? because it’s imo a waste of data and bandwidth since I don’t need it
It’s really a big response
{
  "data": {
    "code": "Success",
    "message": "Done",
    "queries": null,
    "uids": {
      "amit": "0x1",
      "artyom": "0x9",
      "catalina": "0x8",
      "goldie": "0x5",
      "hyung": "0x4",
      "luke": "0xa",
      "michael": "0x7",
      "perro": "0x6",
      "rammy": "0x3",
      "sang": "0xb",
      "sarah": "0x2"
    }
  },
  "extensions": {
    "server_latency": {
      "parsing_ns": 58367,
      "processing_ns": 6003445,
      "assign_timestamp_ns": 1065266,
      "total_ns": 7429244
    },
    "txn": {
      "start_ts": 3,
      "commit_ts": 4,
      "preds": [
        "1-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000age",
        "1-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000dgraph.type",
        "1-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000friend",
        "1-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000name",
        "1-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000owns_pet"
      ]
    }
  }
}
ah yo BTW this is a mutation request


 ain’t there a roundabout via lambda functions or something like that ._.
 ain’t there a roundabout via lambda functions or something like that ._.