Hello.
Is it possible to order the results of a query by uid?
I’ve read somewhere in the documentation that lists like [uid] in dgraph are unsorted sets and by default they are ordered (descending) by uid. However if I try to order ascending the results I get
Message: : Cannot sort by unknown attribute uid
Is there any way to do it?