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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
88 B
GraphQL
Raw Normal View History

2021-12-11 22:18:48 +05:30
fragment BoardScopeFragment on Board {
id
name
hideBacklogList
hideClosedList
}