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

board_list_shared.fragment.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: 5b532906f6ae2db8bbe89f011a893e4ded324dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
fragment BoardListShared on BoardList {
  id
  title
  position
  listType
  collapsed
  label {
    id
    title
    color
    textColor
    description
    descriptionHtml
  }
}