Graphs
- Create a graph
Show execution results
- {[Graph]
- }
- Add some vertex collections
Show execution results
- "shop" : [ArangoCollection 16573, "shop" (type document, status loaded)],
- "customer" : [ArangoCollection 16579, "customer" (type document, status loaded)],
- "pet" : [ArangoCollection 16585, "pet" (type document, status loaded)]
- }
- Define relations on the Graph
Show execution results
- "isCustomer" : [ArangoCollection 16626, "isCustomer" (type edge, status loaded)],
- "shop" : [ArangoCollection 16618, "shop" (type document, status loaded)],
- "customer" : [ArangoCollection 16622, "customer" (type document, status loaded)],
- "pet" : [ArangoCollection 16611, "pet" (type document, status loaded)]
- }