summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/work_items/graphql/milestone.fragment.graphql
blob: 5c93370aac9356f1d7666dab344e11ee8c3fd1c8 (plain)
1
2
3
4
5
6
7
8
fragment MilestoneFragment on Milestone {
  expired
  id
  title
  state
  startDate
  dueDate
}