Multiple ID issue

Hi @johannes, this id you are seeing here is actually a uid, that is internally used by Dgraph.
And when we try to add the nodes, Dgraph searches the existing nodes with given @id field and if multiple such nodes are found then it return error with dgraph uid instead of @id.
We will change this error message and also consider this scenario while adding @unique directory.
Thanks for bringing this up.