6 lines
67 B
GraphQL
6 lines
67 B
GraphQL
|
fragment MilestoneFragment on Milestone {
|
||
|
expired
|
||
|
id
|
||
|
title
|
||
|
}
|