I have the same problem. Can’t delete nodes with (in Ratel UI):
{
delete {
<0x25409d089> * * .
}
}
I’m getting done message but nothing happens.
Json response:
{
"data": {
"code": "Success",
"message": "Done",
"queries": null,
"uids": {}
},
"extensions": {
"server_latency": {
"parsing_ns": 11075,
"processing_ns": 47614360,
"assign_timestamp_ns": 813401,
"total_ns": 48548613
},
"txn": {
"start_ts": 2560452,
"commit_ts": 2560453,
"preds": [
"1-11171-dgraph.type"
],
"hash": "51b3a33aa7620f0bc477dd60a4668a0260ab20654a25628c3f36d7ede6fbffa4"
}
}
}
I’m not sure if I have dgraph.type. I see something similar but I’m not sure if it’s it.
I think I deleted ddgraph.type by mistake. It’s possible to add that again?
Could someone from the team check it for me?