Usama0121 / neo4j-graphql-py

A GraphQL to Cypher query execution layer for Neo4j and Python GraphQL implementations.
Other
21 stars 7 forks source link

Upgrade to neo4j 4.4 Compatability Added a dump of Movie Database to data directory #9

Closed jyoost closed 2 years ago

jyoost commented 2 years ago

changed main function to async await Added ability to prepend "CYPHER 3.5 " to all since that did not fix the {param} version error: added replace in query strings {param} with $param this is needed as the function calls to runFirstColumnMany retrieves a 3.5 partial cypher. DEPRICATED runFirstColumn changed to: runFirstColumnMany and 3rd Parameter removed. This is now campatable with Neo4j 4.4

jyoost commented 2 years ago

@Usama0121 pushed another change to my fork to make Mutations work with neo4j 4.4.1

jyoost commented 2 years ago

will resubmit