We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e46d2 commit 9c97a2dCopy full SHA for 9c97a2d
README.md
@@ -53,6 +53,8 @@ builder.graph("modern")
53
54
// create a ArangoDB graph
55
BaseConfiguration conf = builder.build();
56
+// The Graph.GRAPH ("gremlin.graph") configuration must point to the Graph implementation class
57
+conf.addProperty(Graph.GRAPH, ArangoDBGraph.class.getName());
58
Graph graph = GraphFactory.open(conf);
59
GraphTraversalSource gts = new GraphTraversalSource(graph);
60
0 commit comments