Michael Hunger

Results 538 comments of Michael Hunger

If you just drop the extension into your server and don't push a schema it uses the metadata information from your graph.

We would love to hear from you if you have any feedback.

The extension is available as separate project with its own releases, it comes with installation instructions. See here: https://github.com/neo4j-graphql/neo4j-graphql#installation The CLI is to make it more convenient for casual users,...

did you start your neo4j server and prepare it with :play movies ? You might also have to set a password and configure it in the app. On Thu, Jan...

As the repo is called movies-python-py2neo-2.0 let's rather put it into one called py2neo-3.0

I created this: https://github.com/neo4j-examples/movies-python-py2neo-3.0 with your patch. Could you please try and verify that it works as expected? Thanks a lot

I think it might be better to provide your neo4j-password or URL as environment variablen and not put it into the code (which then might end up on github)?

I rather meant `os.environ.get("NEO4J_PASSWORD")` :)

did you follow the install instructions?

Could you try it and if it works, send a PR? That would be great, thanks.