OBJECT

ConversationPushedStatus

A pushed conversation is currently being handled by an agent

link GraphQL Schema definition

  • type ConversationPushedStatus {
  • # The date the conversation has been pushed at
  • pushedAt: DateTime!
  • # The agent te conversation has been pushed to
  • pushedTo: User
  • }