Skip to content

Adjust generated delete method #182

Open
@Andy2003

Description

@Andy2003

The delete method for Nodes will have the following schema:

type Mutation {
  deleteMovies(where: MovieWhere): DeleteInfo!
}

type DeleteInfo {
  nodesDeleted: Int!
  relationshipsDeleted: Int!
}

Changes to the current implementation:

  1. Return value is no longer the Deleted Entity
  2. Multiple nodes can be deleted via the where-filter

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