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

set_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: 28274de6c3facdb51c4566c1eb5e6bf1131ddbd8 (plain)
1
2
3
mutation setSelectedBoardItems($itemId: ID!) {
  setSelectedBoardItems(itemId: $itemId) @client
}