mirror of https://gitee.com/bigwinds/arangodb
Moved Vertex operations to Functions in graph module documentation
This commit is contained in:
parent
0ad502651d
commit
d4ad788710
|
@ -2,6 +2,16 @@
|
|||
|
||||
Write Intro!
|
||||
|
||||
!SECTION Get vertices from edges.
|
||||
|
||||
!SUBSECTION Get vertex *from* of an edge
|
||||
|
||||
<!-- @startDocuBlock JSF_general_graph_getFromVertex -->
|
||||
|
||||
!SUBSECTION Get vertex *to* of an edge
|
||||
|
||||
<!-- @startDocuBlock JSF_general_graph_getToVertex -->
|
||||
|
||||
!SECTION Some Methods
|
||||
|
||||
```javascript
|
||||
|
|
Loading…
Reference in New Issue