Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-21-2020 09:49 AM
Hi,
I'm trying to return an entire node as one of the properties of a type using custom directive @cypher available in the neo4j-graphql-js package, but I get this error in GraphQL Playground in the browser, when I try to access a property of this node:
Variable
undefined not defined (line 5, column 128 (offset: 404))\n\"return {ability: ability, grade: grade}\", {this: student, cypherParams: $cypherParams}, true) | student_abilitiesPerformances {undefined}] } AS
student \"\n
This is the code in the back-end:
This is the GraphQL query I'm trying to make:
What am I doing wrong here?
Solved! Go to Solution.
10-22-2020 12:09 PM
It seems like a bug in neo4j-graphql.js. Is being addressed here to anyone interested: https://github.com/neo4j-graphql/neo4j-graphql-js/issues/528.
10-22-2020 12:09 PM
It seems like a bug in neo4j-graphql.js. Is being addressed here to anyone interested: https://github.com/neo4j-graphql/neo4j-graphql-js/issues/528.
All the sessions of the conference are now available online