ember-nexus / reference-dataset

Ember Nexus API backup containing different standardized scenarios
GNU General Public License v3.0
0 stars 0 forks source link

Add ownership model scenario #24

Closed Syndesi closed 10 months ago

Syndesi commented 10 months ago

In order to test issue #163 in Ember Nexus API correctly, there should be a separate scenario containing the following items:

# nodes
(user:User)
(token:Token)
(group1:Group)
(group2:Group)
(data:Data)

# relations
(user)-[:OWNS]->(token)
(user)-[:IS_IN_GROUP]->(group1)
(group1)-[:IS_IN_GROUP]->(group2)
(group2)-[:OWNS]->(data)