Cette page n'est pas encore disponible dans votre langue. Nous nous efforçons d'ajouter d'autres langues. Nous vous remercions de votre compréhension.

On this page

Show all

Help Center/ Graph Engine Service/ User Guide/ FAQs/ API Use/ Can I Run Several Gremlin/Cypher Commands At a Time?

Can I Run Several Gremlin/Cypher Commands At a Time?

Updated on 2024-01-03 GMT+08:00
  • You can run multiple Gremlin commands at a time. You need to separate the commands by semicolons (;).

    Example:

    graph = EywaGraph.open('ges_6715');g = graph.traversal();g.V().limit(1)
  • However, you cannot run multiple Cypher commands at a time.
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback