Hello,
When users sign up to our app, we create a new "user" node in our graph database. Multiple users/clients are in the same database.
We currently use the http api to create/update the "user" node because we can't install the neo4j driver on auth...