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

milestone.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: 5c93370aac9356f1d7666dab344e11ee8c3fd1c8 (plain)
1
2
3
4
5
6
7
8
fragment MilestoneFragment on Milestone {
  expired
  id
  title
  state
  startDate
  dueDate
}