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

milestone.fragment.graphql « queries « sidebar « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8db5359dac03e78b584728dbaa58c3765c982ebb (plain)
1
2
3
4
5
fragment MilestoneFragment on Milestone {
  id
  title
  webUrl: webPath
}