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