@nuskin/ns-product-lib 2.17.0-cx24-5822.1 → 2.17.0-cx24-5822.3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
// eslint-disable-next-line max-len
|
4
|
-
const getProductsByIdQuery = `query getProducts($ids: [String!]!, $market: String, $language: String, $okta: String, quantity: Int) {
|
4
|
+
const getProductsByIdQuery = `query getProducts($ids: [String!]!, $market: String, $language: String, $okta: String, $quantity: Int) {
|
5
5
|
productsById(
|
6
|
-
|
6
|
+
ids: $ids
|
7
7
|
market: $market
|
8
8
|
language: $language
|
9
9
|
okta: $okta
|