query: {
    marketplaceListOutgoingPaymentsAsSupplier: [{
        filter: Variable<"MarketplaceListOutgoingPaymentsAsSupplierFilterInput", "filter">;
    }, {
        amount: boolean;
        apl_reception_id: boolean;
        completed_at: boolean;
        coopname: boolean;
        core_payment_id: boolean;
        created_at: boolean;
        decline_reason: boolean;
        id: boolean;
        order_hash: boolean;
        order_id: boolean;
        payee_account: boolean;
        payout_destination: boolean;
        payout_tx_hash: boolean;
        purpose: boolean;
        status: boolean;
        symbol: boolean;
        updated_at: boolean;
    }];
} = ...

Type declaration

  • marketplaceListOutgoingPaymentsAsSupplier: [{
        filter: Variable<"MarketplaceListOutgoingPaymentsAsSupplierFilterInput", "filter">;
    }, {
        amount: boolean;
        apl_reception_id: boolean;
        completed_at: boolean;
        coopname: boolean;
        core_payment_id: boolean;
        created_at: boolean;
        decline_reason: boolean;
        id: boolean;
        order_hash: boolean;
        order_id: boolean;
        payee_account: boolean;
        payout_destination: boolean;
        payout_tx_hash: boolean;
        purpose: boolean;
        status: boolean;
        symbol: boolean;
        updated_at: boolean;
    }]