Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-13-2021 07:44 AM
Hello everyone, I generated GraphQL type definition from an existing Neo4j database, but not all the relationships are generated, and when generating the graphql schema I am getting those comment:
RelID :
onClass
for label set Resource has > 1 target type (Class,Resource); skipping
Relationship Neo4jRelationship {
id: ':subClassOf
',
type: 'relationship',
properties: {},
relType: 'subClassOf',
links: [
{ from: [Array], to: [Array] },
{ from: [Array], to: [Array] },
{ from: [Array], to: [Array] }
]
} is not univalent and is not yet supported
I don't know what that means and how to solve it
Does anyone have any ideas?
Thanks,
Siham
All the sessions of the conference are now available online