ConnectWalletMutation: {
    __typename?: "NotifiMutation";
    connectWallet?: {
        __typename?: "ConnectedWallet";
        address?: string;
        walletBlockchain: WalletBlockchain;
    };
}