remove the var block e.g:
keyUids as q(func: eq(value, " + someValue + ")) { uid }
And so you will have the uid through the query result.
remove the var block e.g:
keyUids as q(func: eq(value, " + someValue + ")) { uid }
And so you will have the uid through the query result.