flamingo.me/flamingo-commerce/v3@v3.11.0/test/integrationtest/projecttest/tests/graphql/testdata/update_item_quantity.graphql (about)

     1  mutation {
     2      Commerce_Cart_UpdateItemQty(
     3          itemID: ###ITEM_ID###,
     4          deliveryCode: "###DELIVERY_CODE###",
     5          qty: ###QTY###
     6      )
     7      {
     8          decoratedDeliveries {
     9              decoratedItems {
    10                  item {
    11                      qty
    12                      id
    13                  }
    14              }
    15          }
    16      }
    17  }