Ask a question to get started
Enter to sendā¢Shift+Enter new line
Query the graph by taking a cypher query, converting it to an age compatible query, executing it and converting the result
query( self, query: str, params: dict = {} ) -> List[Dict[str, Any]]
query
str
a cypher query to be executed
params
dict
{}
parameters for the query (not used in this implementation)