@stigg/api-client-js 2.296.0 → 2.296.1
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.
- package/package.json +1 -1
- package/src/generated/sdk.js +1 -1
package/package.json
CHANGED
package/src/generated/sdk.js
CHANGED
|
@@ -3272,7 +3272,7 @@ ${exports.ResetPeriodConfigurationFragmentDoc}
|
|
|
3272
3272
|
${exports.FeatureFragmentDoc}`;
|
|
3273
3273
|
exports.GetProductsDocument = (0, graphql_tag_1.default) `
|
|
3274
3274
|
query GetProducts {
|
|
3275
|
-
products(paging: {first:
|
|
3275
|
+
products(paging: {first: 20}) {
|
|
3276
3276
|
edges {
|
|
3277
3277
|
node {
|
|
3278
3278
|
...ProductFragment
|