neo4j-graphql-java
neo4j-graphql-java copied to clipboard
Align @relationship directive
@relationship
- rename
@relation
to@relationship
- rename argument
name
totype
, maketype
required - remove
from
- remove
to
- remove allowed on
OBJECT
- remove
BOTH
fromRelationDirection
directive @relationship(type:String!, direction: RelationDirection = OUT) on FIELD_DEFINITION
enum RelationDirection {
IN
OUT
}