ConversationParticipant: {
    __typename?: "ConversationParticipant";
    conversationId: Scalars["String"]["output"];
    conversationParticipantType: ConversationParticipantType;
    profile: UserProfile;
    resolvedName?: Maybe<Scalars["String"]["output"]>;
    userId: Scalars["String"]["output"];
    walletAddress: Scalars["String"]["output"];
    walletBlockchain: WalletBlockchain;
}

Notifi Conversation object