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

board.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: 872a4c4afbcff93538eaec4e65888ca62be99ab7 (plain)
1
2
3
4
fragment BoardFragment on Board {
  id
  name
}