Skip to content

Align @relationship directive #187

Open
@Andy2003

Description

@Andy2003

@relationship

  • rename @relation to @relationship
  • rename argument name to type, make type required
  • remove from
  • remove to
  • remove allowed on OBJECT
  • remove BOTH from RelationDirection
directive @relationship(type:String!, direction: RelationDirection = OUT) on FIELD_DEFINITION

enum RelationDirection {
  IN
  OUT
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    API-AlignmentAlign the API with the one defined by @neo4j/graphql

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions