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

iteration.fragment.graphql « queries « issues_list « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f7217be7f7738a31cbd7d2ff25d0738c3a2e3a3 (plain)
1
2
3
4
5
6
7
8
9
10
fragment Iteration on Iteration {
  id
  title
  startDate
  dueDate
  iterationCadence {
    id
    title
  }
}