Help Center> Graph Engine Service> FAQ> Can I Run Several Gremlin Commands At the Same Time?

Can I Run Several Gremlin Commands At the Same Time?

You can run several Gremlin commands at the same time and separate commands by semicolons (;).

graph = EywaGraph.open('ges_6715');g = graph.traversal();g.V().limit(1)