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