mutation: { marketplaceUpdateCartItem: [{ input: Variable<"MarketplaceUpdateCartItemInput!", "input">; }, { delivery_braname: boolean; delivery_point_name: boolean; id: boolean; items: { available_on_current_ku: boolean; blocker: boolean; id: boolean; image_url: boolean; line_total: boolean; max_available: boolean; offer_id: boolean; package_id: boolean; package_label: boolean; price_per_unit: boolean; product_name: boolean; quantity: boolean; sale_form: boolean; unit_of_measure: boolean; }; positions_count: boolean; total_cost: boolean; total_quantity: boolean; }]; } = ... Type declaration
marketplaceUpdateCartItem: [{
input: Variable<"MarketplaceUpdateCartItemInput!", "input">;
}, {
delivery_braname: boolean;
delivery_point_name: boolean;
id: boolean;
items: {
available_on_current_ku: boolean;
blocker: boolean;
id: boolean;
image_url: boolean;
line_total: boolean;
max_available: boolean;
offer_id: boolean;
package_id: boolean;
package_label: boolean;
price_per_unit: boolean;
product_name: boolean;
quantity: boolean;
sale_form: boolean;
unit_of_measure: boolean;
};
positions_count: boolean;
total_cost: boolean;
total_quantity: boolean;
}]