neo4j-graphql-js icon indicating copy to clipboard operation
neo4j-graphql-js copied to clipboard

Make session in assertSchema configurable

Open aurlien opened this issue 4 years ago • 1 comments

Similar to https://github.com/neo4j-graphql/neo4j-graphql-js/pull/577, this change is needed so that one can target a specific database in projects with multiple active Neo4j databases.

With the change, a user could call the function like this:

assertSchema({ driver, schema, sessionParams: { database: 'foo' } })

aurlien avatar Jan 22 '21 12:01 aurlien

https://github.com/neo4j-graphql/neo4j-graphql-js/issues/608

michaeldgraham avatar May 02 '21 04:05 michaeldgraham