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

milestone.fragment.graphql « fragments « graphql_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 760d78be20d6e3cddf3df4a78d45112fe8bd0207 (plain)
1
2
3
4
5
6
fragment MilestoneFragment on Milestone {
  expired
  id
  state
  title
}