OBJECT

EscalationAcceptedAttachment

Accepted escalation message

link GraphQL Schema definition

  • type EscalationAcceptedAttachment {
  • # Type of escalation
  • type: EscalationType!
  • # Correlation Id that allows to link escalation events from the invitation to the
  • # end
  • correlationId: UUID!
  • }