gitlab-org--gitlab-foss/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

fragment BoardScopeFragment on Board {
id
name
hideBacklogList
hideClosedList
}