debian-mirror-gitlab/app/assets/javascripts/work_items/graphql/milestone.fragment.graphql
2023-03-05 14:24:40 +05:30

8 lines
97 B
GraphQL

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