OBJECT

ConversationAssignment

An assigned conversation can only be pushed to the agent it is assigned to

link GraphQL Schema definition

  • type ConversationAssignment {
  • # The date the conversation has been assigned at
  • assignedAt: DateTime!
  • # The agent the conversation has been assigned to
  • assignedTo: User
  • }