@ehrenkind/shopify-lib 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1230,6 +1230,12 @@ var queryOrderByIdFull = gql`#graphql
1230
1230
  height
1231
1231
  altText
1232
1232
  }
1233
+ lineItemGroup {
1234
+ id
1235
+ title
1236
+ quantity
1237
+ variantSku
1238
+ }
1233
1239
  }
1234
1240
  }
1235
1241
  }