Currently all queries returning extensions in response :
{
"data": {
"queryAuthor": [
{
"id": "0x4"
}
]
},
"extensions": {
"touched_uids": 1,
"tracing": {
"version": 1,
"startTime": "2021-04-17T07:18:29.488524213Z",
"endTime": "2021-04-17T07:18:29.489954232Z",
"duration": 1430045,
"execution": {
"resolvers": [
{
"path": [
"queryAuthor"
],
"parentType": "Query",
"fieldName": "queryAuthor",
"returnType": "[Author]",
"startOffset": 80076,
"duration": 1330111,
"dgraph": [
{
"label": "query",
"startOffset": 115629,
"duration": 1272412
}
]
}
]
}
}
}
}
how can i turn off this from dgraph cloud dashboard ?
and is it possible to fetch extensions only for specific queries …