Executes an openCypher query. See Accessing the Neptune Graph with openCypher for more information.
See https://www.paws-r-sdk.com/docs/neptunedata_execute_open_cypher_query/ for full documentation.
neptunedata_execute_open_cypher_query(openCypherQuery, parameters = NULL)
[required] The openCypher query string to be executed.
The openCypher query parameters for query execution. See Examples of openCypher parameterized queries for more information.