Hi,
I wanted to know if it is possible to create edges on self-generated ids instead of the UIDs created by the DB. It is important to me because sometimes I want to replace a node with a newer node have that node all the connections that the one which was replaced had. If I will rely on the uids that dgraph creates I will have two different ids and I will need to update every single connection manually.
If I can create a connection upon a self-generated id I will be able to give both nodes the same id
Thanks,
Spinelsun