5 lines
71 B
GraphQL
5 lines
71 B
GraphQL
|
fragment EscalationStatusFragment on Issue {
|
||
|
id
|
||
|
escalationStatus
|
||
|
}
|