You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way in the outline the order can be changed by the user.
Can only be done with a linked list in neo4j.
So store it like (parent)--[:CHILDREN]->(child1)--[:NEXT]->(child2)--[:NEXT]->(child3)--[:NEXT]->(lastchild)
The text was updated successfully, but these errors were encountered:
This way in the outline the order can be changed by the user.
Can only be done with a linked list in neo4j.
So store it like (parent)--[:CHILDREN]->(child1)--[:NEXT]->(child2)--[:NEXT]->(child3)--[:NEXT]->(lastchild)
The text was updated successfully, but these errors were encountered: