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.

MattGyverLee
Node Link
since ‎02-13-2020
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I'm using GrandStack, and grandstack has inferred an UpdateUser mutation. Unfortunately, there are NO examples of using mutations in the Grandstack Starter inside a deeper function, and mutations are almost never mentioned in forum posts. I initializ...
I have a type in my schema and it looks like this (simplified): type CompetencyCategory { _id: Long! id: String! label: String! competencys: [Competency] @relation(name: "IS_IN_GROUP", direction: "IN") sumOfChildComps: Int @cypher( ...
Hi, I've been trying to use inferSchema and makeAugmentedSchema on what will be a GRANDstack application. Whether I use the GRANDstack template or my own code, inferSchema produced a good output and makeAugmentedSchema produced a series of errors. He...
Kudos from