Conversation: {
    __typename?: "Conversation";
    backgroundImageUrl?: Maybe<Scalars["String"]["output"]>;
    conversationGates?: Maybe<Maybe<ConversationGate>[]>;
    conversationType: ConversationType;
    createdDate: Scalars["DateTime"]["output"];
    id: Scalars["String"]["output"];
    lastConversationMessage?: Maybe<ConversationMessage>;
    name: Scalars["String"]["output"];
    participants?: Maybe<Maybe<ConversationParticipant>[]>;
    updatedDate: Scalars["DateTime"]["output"];
}

Notifi Conversation object