RubyGems
npm
Organizations
Log in
Sign up
npm
@nuskin/ns-product-lib
Versions diffs
2.17.0-cx24-5822.4 → 2.17.0-cx24-5822.5
@nuskin/ns-product-lib 2.17.0-cx24-5822.4 → 2.17.0-cx24-5822.5
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/package.json
+1
-1
package/src/graph-ql/query/getProductsById.js
+5
-0
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@nuskin/ns-product-lib",
3
-
"version": "2.17.0-cx24-5822.
4
",
3
+
"version": "2.17.0-cx24-5822.
5
",
4
4
"description": "This project contains shared Product models and code between the backend and frontend.",
5
5
"main": "src/index.js",
6
6
"scripts": {
package/src/graph-ql/query/getProductsById.js
CHANGED
Viewed
@@ -11,6 +11,11 @@ const getProductsByIdQuery = `query getProducts($ids: [String!]!, $market: Strin
11
11
) {
12
12
products {
13
13
...Product
14
+
bundle {
15
+
...Kit
16
+
pricingJson
17
+
__typename
18
+
}
14
19
__typename
15
20
}
16
21
skip