fix #199 by mentioning query objects
This commit is contained in:
parent
93acd2df65
commit
b9cf3c02ca
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Adds data programatically to the JSON result list. Can be any JSON type.
|
||||||
|
|
||||||
## Path objects
|
## Path objects
|
||||||
|
|
||||||
Both `.Morphism()` and `.Vertex()` create path objects, which provide the following traversal methods.
|
Both `.Morphism()` and `.Vertex()` create path objects, which provide the following traversal methods. Note that `.Vertex()` returns a query object, which is a subclass of path object.
|
||||||
|
|
||||||
For these examples, suppose we have the following graph:
|
For these examples, suppose we have the following graph:
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue