From b9cf3c02ca22ab58524eef72f3f3e267523fbfd3 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 3 Feb 2015 19:09:47 -0500 Subject: [PATCH] fix #199 by mentioning query objects --- docs/GremlinAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GremlinAPI.md b/docs/GremlinAPI.md index e3b2ae1..e01d352 100644 --- a/docs/GremlinAPI.md +++ b/docs/GremlinAPI.md @@ -45,7 +45,7 @@ Adds data programatically to the JSON result list. Can be any JSON type. ## 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: ```