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

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