OBJECT

ConversationClosedStatus

A closed conversation has been closed by an agent after being handled

link GraphQL Schema definition

  • type ConversationClosedStatus {
  • # The agent that closed the conversation
  • closedBy: User
  • # The date the conversation has been closed at
  • closedAt: DateTime!
  • }