debian-mirror-gitlab/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql
2022-01-26 12:08:38 +05:30

16 lines
180 B
GraphQL

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