OBJECT
An assigned conversation can only be pushed to the agent it is assigned to
type ConversationAssignment {# The date the conversation has been assigned atassignedAt: DateTime! # The agent the conversation has been assigned toassignedTo: User }