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

8 lines
95 B
GraphQL
Raw Normal View History

2021-09-04 01:27:46 +05:30
fragment MilestoneFragment on Milestone {
id
title
webUrl: webPath
2021-10-27 15:23:28 +05:30
dueDate
2021-09-30 23:02:18 +05:30
expired
2021-09-04 01:27:46 +05:30
}