summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql
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
  }
}