Will building the graph A->B, B-> C, A->C and not wanting to directly manipulate Links, I get an error when creating the A->C edge via the children association on Node A.
If I load the edge and call make direct, the error goes away. It doesn't seem like I should have to deal with Links unless I want to manipulate them directly.
Is this the expected behavior?
Will building the graph A->B, B-> C, A->C and not wanting to directly manipulate Links, I get an error when creating the A->C edge via the children association on Node A.
If I load the edge and call make direct, the error goes away. It doesn't seem like I should have to deal with Links unless I want to manipulate them directly.
Is this the expected behavior?