debian-mirror-gitlab/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql
2021-02-22 17:27:13 +05:30

16 lines
194 B
GraphQL

fragment BoardListShared on BoardList {
id
title
position
listType
collapsed
issuesCount
label {
id
title
color
textColor
description
descriptionHtml
}
}