6 lines
85 B
GraphQL
6 lines
85 B
GraphQL
fragment MilestoneFragment on Milestone {
|
|
id
|
|
title
|
|
webUrl: webPath
|
|
expired
|
|
}
|