7 lines
75 B
GraphQL
7 lines
75 B
GraphQL
|
fragment MilestoneFragment on Milestone {
|
||
|
expired
|
||
|
id
|
||
|
state
|
||
|
title
|
||
|
}
|