This is a query that I make:
myuser(func: uid(0x5a57, 0x5a57, 0x5a57)) {
uid,
some_other_fields
}
this is the result:
"data": {
"myuser": [
{
"uid": "0x5a57"
},
{
"uid": "0x5a57"
},
{
"uid": "0x5a57"
}
]
I am getting the uids from other var blocks. is there a way to somehow get unique results?
Not getting the same node 3 times.