@anker-in/shopify-sdk 1.2.0-beta.5 → 1.2.0-beta.6

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.mjs CHANGED
@@ -946,7 +946,7 @@ var getCollectionsByHandlesQuery = (handles) => (
946
946
  /* GraphQL */
947
947
  `
948
948
  collection_${index}: collection(handle: "${handle}") {
949
- ...CollectionFragment
949
+ ...collection
950
950
  product(handle: $handle) {
951
951
  ...product
952
952
  metafields(identifiers: $productMetafieldIdentifiers) {