Skip to content

Add graphQL mutation for destroying issue boards

Jarka Košanová requested to merge 233455-destroy-board-graphql into master

What does this MR do?

It adds a graphql mutation for removing issue boards.

Example

mutation {
  destroyBoard(input: {id: "gid://gitlab/Board/2"}) {
    errors
  }
}

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Issue: #233455 (closed)

Edited by Jarka Košanová

Merge request reports