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.

geoff_thorpe
Node
since ‎02-06-2019
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I have a graphQL System query which has the potential to return a couple of thousand nested AWSresource nodes: { System(code: "single-system-view") { name awsResources { name } } } By using the first pagination syntax (first:10...
We have recently moved from using augmentSchema to makeAugmentedSchema to provide us with our graphQL schema via the neo4j-graphql-js library. During this move we lost our orderBy fields. We now only have _id_asc and _id_desc as recognized criteria ...
We provide a GraphiQL interface to our users to enable them to query our nested data. The interface is based on the neo4j-graphql-js library. The recent updates to the library have given us OrderBy and the ability to use the new date/time fields. Our...