Skip to content

Commit

Permalink
Update 2.graph-modeling.md (#1373)
Browse files Browse the repository at this point in the history
Add a description
  • Loading branch information
Liuxue-Yang committed May 16, 2022
1 parent 9ad3ccb commit c0aa075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs-2.0/8.service-tuning/2.graph-modeling.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ nebula> MATCH (v1:player)-[e:temp]->() return collect(e.tmp);
| [1, 2, 3] |
+----------------+
```
Operations on loops are not encapsulated with any syntactic sugars and you can use them just like those on normal edges.

### About dangling edges

Expand Down

0 comments on commit c0aa075

Please sign in to comment.