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