We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e1f1a commit dc780e1Copy full SHA for dc780e1
src/graph.js
@@ -12,6 +12,10 @@ class GraphVertexCollection extends BaseCollection {
12
this._gharial = this._api.route(`gharial/${this.graph.name}/vertex/${this.name}`);
13
}
14
15
+ _documentPath(documentHandle) {
16
+ return `document/${this._documentHandle(documentHandle)}`;
17
+ }
18
+
19
vertex(documentHandle, cb) {
20
const {promise, callback} = this._connection.promisify(cb);
21
this._gharial.get(
0 commit comments