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