debian-mirror-gitlab/app/assets/javascripts/boards/graphql/board_list_shared.fragment.graphql

16 lines
180 B
GraphQL
Raw Normal View History

2020-05-24 23:13:21 +05:30
fragment BoardListShared on BoardList {
2020-07-28 23:09:34 +05:30
id
title
position
listType
collapsed
2020-05-24 23:13:21 +05:30
label {
2020-07-28 23:09:34 +05:30
id
title
color
textColor
description
2020-05-24 23:13:21 +05:30
descriptionHtml
}
}