@cfxlabsinc/b2b-services
    Preparing search index...

    Interface RouteFusionIncomingTransfer

    A RouteFusion credit as returned by incomingTransfersPage.

    wallet_id is a bare scalar — CONFIRMED AGAINST LIVE INTROSPECTION, which shows IncomingTransfer has no wallet object field (unlike Transfer, which does). Don't "fix" this to a { id } shape to match RouteFusionTransfer; that selection fails RF's GraphQL validation.

    interface RouteFusionIncomingTransfer {
        amount: string | null;
        counterparty_name: string | null;
        created_date: string | null;
        currency: string | null;
        id: string;
        payment_method: string | null;
        reference: string | null;
        senders_bank: string | null;
        state: string | null;
        transaction_date: string | null;
        updated_date: string | null;
        wallet_id: string | null;
    }
    Index
    amount: string | null
    counterparty_name: string | null
    created_date: string | null
    currency: string | null
    id: string
    payment_method: string | null
    reference: string | null
    senders_bank: string | null
    state: string | null
    transaction_date: string | null
    updated_date: string | null
    wallet_id: string | null