shopify_oracle 0.3.0 → 0.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f4c790f249f6c16e7670f0e7468694a2e907c33c0d9b70bb30f916bb3544f30
4
- data.tar.gz: '08263d09fcfc8c234444a5fbf3d4bf2f6656cdf68dbc6305ba3a1d0a666fdc09'
3
+ metadata.gz: 35ab3941be194ae7c93b03eb2a58c0847c96622ca991beeccf50930353b98337
4
+ data.tar.gz: d36f14367ddc8be222c267cc841f739f4f4b6b8cae30bd60a2857e23ef4735ff
5
5
  SHA512:
6
- metadata.gz: 1c05012f4ede04f35ab77a2bad3ae683885919c5bc81dd1d214af4f4c88b3f539a97b02124e02b9cfd1ed2ca382fd08e154403b6f693b5ab2db578fd8ad80140
7
- data.tar.gz: 949d77618062b6bbf438535e73ef3e76e65c5795f905682cee522336914ad81fa936ecb57df6809ab5195890c4b23c7f90e0af2ba6493e96efd3695026c8f1ad
6
+ metadata.gz: 3e5e6d972b466b2965fa23f9d1371617cddcf3075274b18d02c8c541a63de47251685e63ee37a31001f9fe9db24ee4ae79e075a336bb5f97b2e83248371d2b4a
7
+ data.tar.gz: 736a06b2033f891778c87a90c6bb4ee2acc08a77490b879a7f0e1dd8aa84a5e5555374b3be384cb900cf203f76e099b73ec87b4562490231229dc0b0bc1a2809
@@ -73,6 +73,13 @@ module ShopifyOracle
73
73
  options
74
74
  position
75
75
  productCount
76
+ products(first: $first) {
77
+ edges {
78
+ node {
79
+ id
80
+ }
81
+ }
82
+ }
76
83
  productVariantCount
77
84
  productVariants(first: $first) {
78
85
  edges {
@@ -29,7 +29,7 @@ module ShopifyOracle
29
29
  shop ||= @shop
30
30
 
31
31
  @querier = ShopifyOracle::Connector::Querier.new(shop:)
32
- @mutater = ShopifyOracle::Connector::Mutater.new(shop:)
32
+ @mutator = ShopifyOracle::Connector::Mutater.new(shop:)
33
33
  @initialized = true
34
34
  end
35
35
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_oracle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yari Labs