AbstractThe resource uri.
Optionaloptions: RemoteConnectionOptions = {}The connection options.
AbstractcloseCloses the connection where open transactions will close according to the features of the graph provider.
AbstractcommitSubmits a commit operation to the server and closes the connection.
AbstractopenOpens the connection, if its not already opened.
AbstractrollbackSubmits a rollback operation to the server and closes the connection.
AbstractsubmitSubmits the GremlinLang provided and returns a RemoteTraversal.
Returns a Promise that resolves to a RemoteTraversal.
Represents an abstraction of a "connection" to a "server" that is capable of processing a traversal and returning results.