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