OBJECT
EscalationAcceptedAttachment
Accepted escalation message
link GraphQL Schema definition
- type EscalationAcceptedAttachment {
- # Type of escalation
- : EscalationType!
- # Correlation Id that allows to link escalation events from the invitation to the
- # end
- : UUID!
- }