gitlab-ce/app/assets/javascripts/work_items/graphql/milestone.fragment.graphql

9 lines
97 B
GraphQL

fragment MilestoneFragment on Milestone {
expired
id
title
state
startDate
dueDate
}