Welcome to mirror list, hosted at ThFree Co, Russian Federation.

board_list_destroy.mutation.graphql « graphql « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef3fd36e98059151e8279a63113c8c7495a224dc (plain)
1
2
3
4
5
mutation DestroyBoardList($listId: ID!) {
  destroyBoardList(input: { listId: $listId }) {
    errors
  }
}