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

iteration.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: 78a368089a80e02de8f0bb23d781f803b98d38ce (plain)
1
2
3
4
fragment Iteration on Iteration {
  id
  title
}