mutation: {
    marketplaceAcceptOrdersBatch: [{
        input: Variable<"MarketplaceAcceptOrdersBatchInput!", "input">;
    }, {
        cycle_id: true;
        orders: {
            accepted_at: boolean;
            blocked_at: boolean;
            cancelled_at: boolean;
            chairman_account: boolean;
            chairman_signed_at: boolean;
            checkout_id: boolean;
            coopname: boolean;
            create_tx: {
                block_num: boolean;
                locked_amount: boolean;
                signed_at: boolean;
                tx_hash: boolean;
            };
            created_at: boolean;
            current_warehouse_braname: boolean;
            cycle_id: boolean;
            delivery_braname: boolean;
            delivery_point_address: boolean;
            delivery_point_lat: boolean;
            delivery_point_lng: boolean;
            delivery_point_name: boolean;
            delivery_signer_account: boolean;
            group_accumulated_quantity: boolean;
            group_min_volume: boolean;
            id: boolean;
            image_url: boolean;
            is_ready_announced: boolean;
            issuance_fact: {
                actual_quantity: boolean;
                diff_state: boolean;
                fact_cost: boolean;
                fact_unit_price: boolean;
            };
            last_status_reason: boolean;
            membership_fee: boolean;
            offer_hash: boolean;
            offer_id: boolean;
            order_hash: boolean;
            orderer_account: boolean;
            orderer_name: boolean;
            orderer_signed_at: boolean;
            orderer_verification_passed: boolean;
            package_size: boolean;
            price_per_unit: boolean;
            product_name: boolean;
            quantity: boolean;
            received_at: boolean;
            shipment_id: boolean;
            signiss1_tx_hash: boolean;
            signiss2_tx_hash: boolean;
            status: boolean;
            supplier_account: boolean;
            supplier_name: boolean;
            total_cost: boolean;
            total_cost_with_fee: boolean;
            unit_of_measure: boolean;
            updated_at: boolean;
            warehouse_arrival_price: boolean;
            warehouse_locations: boolean;
            warehouse_quantity: boolean;
            warranty_period_secs: boolean;
            warranty_until: boolean;
        };
        tx_hashes: true;
    }];
} = ...

Type declaration

  • marketplaceAcceptOrdersBatch: [{
        input: Variable<"MarketplaceAcceptOrdersBatchInput!", "input">;
    }, {
        cycle_id: true;
        orders: {
            accepted_at: boolean;
            blocked_at: boolean;
            cancelled_at: boolean;
            chairman_account: boolean;
            chairman_signed_at: boolean;
            checkout_id: boolean;
            coopname: boolean;
            create_tx: {
                block_num: boolean;
                locked_amount: boolean;
                signed_at: boolean;
                tx_hash: boolean;
            };
            created_at: boolean;
            current_warehouse_braname: boolean;
            cycle_id: boolean;
            delivery_braname: boolean;
            delivery_point_address: boolean;
            delivery_point_lat: boolean;
            delivery_point_lng: boolean;
            delivery_point_name: boolean;
            delivery_signer_account: boolean;
            group_accumulated_quantity: boolean;
            group_min_volume: boolean;
            id: boolean;
            image_url: boolean;
            is_ready_announced: boolean;
            issuance_fact: {
                actual_quantity: boolean;
                diff_state: boolean;
                fact_cost: boolean;
                fact_unit_price: boolean;
            };
            last_status_reason: boolean;
            membership_fee: boolean;
            offer_hash: boolean;
            offer_id: boolean;
            order_hash: boolean;
            orderer_account: boolean;
            orderer_name: boolean;
            orderer_signed_at: boolean;
            orderer_verification_passed: boolean;
            package_size: boolean;
            price_per_unit: boolean;
            product_name: boolean;
            quantity: boolean;
            received_at: boolean;
            shipment_id: boolean;
            signiss1_tx_hash: boolean;
            signiss2_tx_hash: boolean;
            status: boolean;
            supplier_account: boolean;
            supplier_name: boolean;
            total_cost: boolean;
            total_cost_with_fee: boolean;
            unit_of_measure: boolean;
            updated_at: boolean;
            warehouse_arrival_price: boolean;
            warehouse_locations: boolean;
            warehouse_quantity: boolean;
            warranty_period_secs: boolean;
            warranty_until: boolean;
        };
        tx_hashes: true;
    }]