Wow that was fast (to answer my own question):
Had another look at this:
https://dgraph.io/docs/mutations/#edges-between-nodes
_:0x3 <friendship> _:0x6 (close=true) .
needs to be changed to →
<0x3> <friendship> <0x6> (close=true) .
Wow that was fast (to answer my own question):
Had another look at this:
https://dgraph.io/docs/mutations/#edges-between-nodes
_:0x3 <friendship> _:0x6 (close=true) .
needs to be changed to →
<0x3> <friendship> <0x6> (close=true) .