OBJECT
Conversation type
type Conversation {# The id_id: String # The user who started the conversationuser: User # The operatoroperator: User # Messages of conversationsmessages: [Message] }