API documentation
Top level objects
Modules
Members
String
version
Returns the version of the package
- Global
- This member is global
Functions
Creates an ExecutionProfile suitable for executing graph traversals as generated by
queryFromTraversal()
.
- Global
- This function is global
queryFromTraversal
(traversal)Returns the string representation in GraphSON2 format of the traversal to be used in graph query executions.
- Global
- This function is global
traversalSource
(Client
client, [GraphQueryOptions
options])
Creates a new graph traversal source.
If no arguments are provided, a simple and non-iterable traversal source is used. This can be used to
generate queries using queryFromTraversal()
.
Alternatively, providing a dse.Client
and optionally GraphQueryOptions
creates an iterable
traversal source that works with a remote DSE graph instance.
- Global
- This function is global