debian-mirror-gitlab/app/assets/javascripts/work_items/graphql/milestone.fragment.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
97 B
GraphQL
Raw Normal View History

2023-01-13 00:05:48 +05:30
fragment MilestoneFragment on Milestone {
expired
id
title
2023-03-04 22:38:38 +05:30
state
startDate
dueDate
2023-01-13 00:05:48 +05:30
}