@nuskin/ns-product-lib 2.14.1-cx24-5934.1 → 2.14.1
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
3
|
// eslint-disable-next-line max-len
|
4
|
-
const getProductByIdQuery = `query getProduct($id: String!, $market: String, $language: String, $
|
4
|
+
const getProductByIdQuery = `query getProduct($id: String!, $market: String, $language: String, $okta: String, $quantity: Int) {
|
5
5
|
productById(
|
6
6
|
id: $id
|
7
7
|
market: $market
|
8
8
|
language: $language
|
9
|
-
|
9
|
+
|
10
10
|
okta: $okta
|
11
11
|
quantity: $quantity
|
12
12
|
) {
|