- #5638
cab1a8d
Thanks @darrellwarde! - The Neo4j GraphQL Library now requires a Neo4j 5.x database.
- #5567
233aac6
Thanks @MacondoExpress! - Added@node
to the generated types.
-
#4410
a76c9c9
Thanks @angrykoala! - Change @relationshipProperties to target types instead of interfaces:Instead of defining relationship properties in an interface, they must be defined as a type:
type Actor { name: String! actedIn: [Show!]! @relationship(type: "ACTED_IN", direction: OUT, properties: "ActedIn") } type ActedIn @relationshipProperties { screenTime: Int }
-
#4441
6653a9e
Thanks @a-alle! - Introduce new properties field in connection edges field for relationship properties.
- #2773
7462b9715
Thanks @angrykoala! - Deprecated @node directive argumentslabel
andadditionalLabels
have been removed. Please use thelabels
argument.
- #2773
7462b9715
Thanks @angrykoala! - Introspector now produces@mutation
directive instead on@exclude
when readonly
- #3743
85b3c06e8
Thanks @darrellwarde! - Introspector now produces@mutation
directive instead on@exclude
when readonly
- #2834
8d3aff007
Thanks @a-alle! - Deprecated @node directive argumentslabel
andadditionalLabels
have been removed. Please use thelabels
argument.
- #2826
c2eaff8ef
Thanks @angrykoala! - Fix injection through relationship labels on introspection