mikepersonick commented on a change in pull request #1574:
URL: https://github.com/apache/tinkerpop/pull/1574#discussion_r824755411
##########
File path: docs/src/dev/provider/gremlin-semantics.asciidoc
##########
@@ -488,6 +488,107 @@ fully demonstrative of Gremlin step semantics. It is also
hard to simply read th
step is meant to behave. This section discusses the semantics for individual
steps to help users and providers
understand implementation expectations.
+=== call()
+
+*Description:* Provides support for provider-specific service calls.
+
+*Syntax:* `call()` | `call(String, Map)` | `call(String, Traversal)` |
`call(String, Map, Traversal)`
Review comment:
The path includes whatever value is produced by the service call. If the
service call produces a Vertex, the path would be Vertex-Vertex in your
example. Just like any other step.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]