@longvansoftware/storefront-js-client 4.6.1 → 4.6.2
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.
|
@@ -1238,17 +1238,13 @@ exports.GET_PRODUCT_STORE_PUBLIC = (0, graphql_tag_1.gql) `
|
|
|
1238
1238
|
exports.GET_PRODUCT_MARKET_PLACE = (0, graphql_tag_1.gql) `
|
|
1239
1239
|
query GetProductMarketplace(
|
|
1240
1240
|
$storeChannel: String!
|
|
1241
|
-
$
|
|
1242
|
-
$
|
|
1243
|
-
$productId: String
|
|
1244
|
-
$handle: String
|
|
1241
|
+
$currentPage:Int
|
|
1242
|
+
$maxResult: Int
|
|
1245
1243
|
) {
|
|
1246
1244
|
getProductMarketplace(
|
|
1247
1245
|
storeChannel: $storeChannel
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
productId: $productId
|
|
1251
|
-
handle: $handle
|
|
1246
|
+
currentPage:$currentPage
|
|
1247
|
+
maxResult:$maxResult
|
|
1252
1248
|
) {
|
|
1253
1249
|
total
|
|
1254
1250
|
currentPage
|