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

work_item.fragment.graphql « graphql « work_items « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2707d6bb790d93355b6c276592ee694e969403f3 (plain)
1
2
3
4
5
6
7
8
fragment WorkItem on WorkItem {
  id
  title
  workItemType {
    id
    name
  }
}