RubyGems
npm
Organizations
Log in
Sign up
npm
@nuskin/ns-product-lib
Versions diffs
2.17.0-cx24-5822.2 → 2.17.0-cx24-5822.3
@nuskin/ns-product-lib 2.17.0-cx24-5822.2 → 2.17.0-cx24-5822.3
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
+1
-1
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.
2
",
3
+
"version": "2.17.0-cx24-5822.
3
",
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
@@ -3,7 +3,7 @@
3
3
// eslint-disable-next-line max-len
4
4
const getProductsByIdQuery = `query getProducts($ids: [String!]!, $market: String, $language: String, $okta: String, $quantity: Int) {
5
5
productsById(
6
-
id
: $ids
6
+
ids
: $ids
7
7
market: $market
8
8
language: $language
9
9
okta: $okta