On this page
Step templates
Execute query (Graphs): this Step template is used to manage Graph databases in the Graphs service. The Step template lets you execute cypher queries against the specific Graph database.
In addition to the general settings common to all Step templates, this Step template contains a special section, namely Query parameters which has the following fields:
Database: select an appropriate database against which to run the graph query
Query: provide the cypher query you want to execute
Query parameters (optional): add parameters to the query
In general, with the Execute Query (Graphs) Step template in a Flow you can fully manage the database. You can create data in the database, update it, get it, and delete it.