debian-mirror-gitlab/app/assets/javascripts/work_items/graphql/milestone.fragment.graphql
2023-03-04 22:38:38 +05:30

8 lines
97 B
GraphQL

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