Welcome to mirror list, hosted at ThFree Co, Russian Federation.

board_scope.fragment.graphql « graphql « boards « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 57f51822d91ee62eb4a148c70197061d816a3dba (plain)
1
2
3
4
5
6
fragment BoardScopeFragment on Board {
  id
  name
  hideBacklogList
  hideClosedList
}