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

Make session in searchSchema configurable

Open aurlien opened this issue 4 years ago • 2 comments

This change solves https://github.com/neo4j-graphql/neo4j-graphql-js/issues/570, by adding sessionParams as a parameter to the searchSchema function.

When working on a multi-database project, searchSchema could be used like this to target a non-default database foo:

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

aurlien avatar Jan 19 '21 20:01 aurlien

@johnymontana Is there anything more I should do to get this and https://github.com/neo4j-graphql/neo4j-graphql-js/pull/578 approved?

aurlien avatar Jan 25 '21 10:01 aurlien

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

michaeldgraham avatar May 02 '21 04:05 michaeldgraham