Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-09-2019 12:07 PM
Graphql employs type definitions of properties such as:
type Name { firstName: string, middleName: String, lastName: String}
which saves time when creating a schema. Neo4j however doesn't handle nested properties very well. Is there a recommended way to handle nested properties for GQL schema?
All the sessions of the conference are now available online