OBJECT
type SatisfactionConversation {# Conversation unique idid: String! # Date when the conversation was initiatedcreatedAt: DateTime! # Date when the conversation was closedclosedAt: DateTime! # The project which the conversation belongs toproject: Project # Agents who took part in the conversationagents: [User!]! }