Hello,
I want to test auto-generated CRUD operations created by calling makeAugmentedSchema. There is no problem with creating nodes but creating relationship does not work for me. Please advise on what I am doing wrong here.
Schema:
type Bio{
id...
Thank you, @William_Lyon. Now, I see that there is no way to pass generated UUID to add relationship mutation in the same operation where nodes get created.
I have come up with an idea of introducing a personId property to both Person and Bio nodes t...
@MuddyBootsCode, do I get it right, that you do not consider Person->Bio and Bio->Person relationships as symmetrical for this example?
There is no error in a schema re type definitinos in my first post, the confusion comes from mutation definition.
I have defined relation on Person node already (please see my first message). Building symmetric relations is considered as not the best solution as to Neo4j official guidance which I am agreed with:
Neo4j Graph Database Platform
...