I am trying to use the Neo4j GraphQL + Apollo to query data from my database to my web app (Next.js).
The connection works, but the query always returns empty results. This appears to be because the request is to the "neo4j" database and not the "rightDB" database.
How do I configure the driver or Neo4jGraphQL constructor to always query against the "rightDB" database?
The Neo4j docs are NOT helpful at all in this journey.