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

board_list_shared.fragment.graphql « queries « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8abd79332fb0f95bc84fabb94eac5010ff910426 (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
  maxIssueCount
  label {
    id
    title
    color
    textColor
    description
    descriptionHtml
  }
}