debian-mirror-gitlab/app/assets/javascripts/boards/graphql/board_destroy.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
109 B
GraphQL
Raw Normal View History

2021-03-08 18:12:59 +05:30
mutation destroyBoard($id: BoardID!) {
destroyBoard(input: { id: $id }) {
board {
id
}
}
}