7 lines
95 B
GraphQL
7 lines
95 B
GraphQL
fragment MilestoneFragment on Milestone {
|
|
id
|
|
title
|
|
webUrl: webPath
|
|
dueDate
|
|
expired
|
|
}
|