How to connect to neptune db?
1 Answer(s) Available
Answer # 1 #
The query is submitted in JSON format in the body of the post as the gremlin property. This example returns the first vertex in the graph by using the g.V(). limit(1) traversal. You can query for something else by replacing it with another Gremlin traversal.