My application has 3 data sources: two neo4j graph dbs at different servers and a Postgres db.
The neo4j-graphql-js allows to create a single neo4j.driver that holds the neo4j server and authentication details. One can handle multiple dbs (multi-tena...