@anker-in/shopify-sdk 1.2.0-beta.8 → 1.2.0-beta.9
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 +6 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -4
- package/dist/index.mjs.map +1 -1
- package/dist/queries/index.js +6 -4
- package/dist/queries/index.js.map +1 -1
- package/dist/queries/index.mjs +6 -4
- package/dist/queries/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -961,10 +961,12 @@ var getCollectionsByHandlesQuery = (handles) => (
|
|
|
961
961
|
...metafield
|
|
962
962
|
}
|
|
963
963
|
variants(first: 10) {
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
964
|
+
edges {
|
|
965
|
+
node {
|
|
966
|
+
...variant
|
|
967
|
+
metafields(identifiers: $variantMetafieldIdentifiers) {
|
|
968
|
+
...metafield
|
|
969
|
+
}
|
|
968
970
|
}
|
|
969
971
|
}
|
|
970
972
|
}
|