DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / app / assets / javascripts / boards / graphql / board_list_destroy.mutation.graphql
12345
mutation DestroyBoardList($listId: ListID!) { destroyBoardList(input: { listId: $listId }) { errors } }