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: 6ba6c05d6d99bf89739ea6dbadde2683da849a81 (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
  }
}