Thanks a ton. Yes, it was definitely a silly mistake there. And yes, I’ve done the cleanups now.
Also,
There isn’t any documentation talking about how I can have edge attributes which would be similar to edge weights. Suppose I would want to calculate strength of nodes. Initially, the value of this strength attribute would be 0.5, and as that particular edge is found again in the updates data, I would like to increment the strength using some formula, let’s just say for now, I would like to add 0.5 to the existing strength value.
strength = strength + 0.5
How would I be able to do this in dgraph?