cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

savanah_m_barne
Node
since ‎07-14-2021
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Is there an inferSchema tool for neo4j-graphql as there is for neo4j-graphql-js? I haven't been able to find any documentation on it.
I am using R/Shiny with Apollo and the Neo4j GraphQL Library. I am inferring my schema using this: const inferAugmentedSchema = driver => { return inferSchema(driver).then(result => { console.log(result.typeDefs) return makeAugmentedSchema(...