stigg-api-client 2.296.0 → 2.296.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7630345684f6c8e9958df310f57de8db1f335c8bd37b9f7b936132e940a4d2fa
4
- data.tar.gz: b562a12be5f537c9906840fa63c86cfe62925a84130ac714e6620192b5697f45
3
+ metadata.gz: 103c326d7725075f987c9d07521a4121748dc11057d0ef29df2e36201b76e6c9
4
+ data.tar.gz: 3ca8666aaac58c9757dac174e0814fb27ebdd0ddfe6e5f53cf114fec9eef13eb
5
5
  SHA512:
6
- metadata.gz: '0946c8afdc1e033cdcb6840ccad9d15d7f4ff18812feec2572b8571cb5174e6a5c351258505552750374d483a578d5992c6b6945afa3b93d3abe314f1c4a386f'
7
- data.tar.gz: db9c60b450e7607b6054374c6c65cf3fd71cf21daeb6d781d5a8ed9c95894114908db251cfddc544f4aed17eb8bffd4aaa8759bfb4f24e76a7e558d62d94f4d8
6
+ metadata.gz: 136031dee3aa392facb35e701b0d52d4c011ea8872ab7d9a2082900b03fd31e4f8e9ca6aa2df632500c3a2a25486d0cf290647858afadd2572b563eb02894815
7
+ data.tar.gz: ef0d9a348cf72600cdc61c21e4949181075521799775c84494c999b39aeebe46965bda3f9ccc666074a27c1091bf007b3fa251bb71b84b6da8f4d2274331b894
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stigg-api-client (2.296.0)
4
+ stigg-api-client (2.296.1)
5
5
  graphlient (>= 0.6.0, < 1.0)
6
6
  graphql-client (>= 0.19, < 1.0)
7
7
 
@@ -2110,7 +2110,7 @@ module Stigg
2110
2110
 
2111
2111
  GetProducts = <<~GRAPHQL
2112
2112
  query GetProducts {
2113
- products(paging: { first: 50 }) {
2113
+ products(paging: { first: 20 }) {
2114
2114
  edges {
2115
2115
  node {
2116
2116
  ...ProductFragment
@@ -17660,7 +17660,7 @@
17660
17660
  }
17661
17661
  }
17662
17662
  },
17663
- "defaultValue": "[]",
17663
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
17664
17664
  "isDeprecated": false,
17665
17665
  "deprecationReason": null
17666
17666
  }
@@ -64540,7 +64540,7 @@
64540
64540
  }
64541
64541
  }
64542
64542
  },
64543
- "defaultValue": "[]",
64543
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
64544
64544
  "isDeprecated": false,
64545
64545
  "deprecationReason": null
64546
64546
  }
@@ -65333,7 +65333,7 @@
65333
65333
  }
65334
65334
  }
65335
65335
  },
65336
- "defaultValue": "[]",
65336
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65337
65337
  "isDeprecated": false,
65338
65338
  "deprecationReason": null
65339
65339
  }
@@ -65394,7 +65394,7 @@
65394
65394
  }
65395
65395
  }
65396
65396
  },
65397
- "defaultValue": "[]",
65397
+ "defaultValue": "[{direction: DESC, field: createdAt}]",
65398
65398
  "isDeprecated": false,
65399
65399
  "deprecationReason": null
65400
65400
  }
data/lib/stigg/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Stigg
4
- VERSION = "2.296.0"
4
+ VERSION = "2.296.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stigg-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.296.0
4
+ version: 2.296.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stigg