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