Ask a question to get started
Enter to sendā¢Shift+Enter new line
Query Neo4j database.
query( self, query: str, params: dict = {}, session_params: dict = {} ) -> List[Dict[str, Any]]
query
str
The Cypher query to execute.
params
dict
{}
The parameters to pass to the query.
session_params
Parameters to pass to the session used for executing the query.