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

unset_selected_board_items.mutation.graphql « client « graphql « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab34cf486098dff1861527dfc19ead10b6426a98 (plain)
1
2
3
mutation unsetSelectedBoardItems {
  unsetSelectedBoardItems @client
}