shopify_graphql 2.0.0 → 2.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe9ea3cbb7c46d86fe1281d9658cc1de370db1b306b29aa331c1c8ac9ae94f0d
4
- data.tar.gz: ab91936f744cd3c40ee1b81952426a839e26fb3fd8b9ca55defa5248c22ed812
3
+ metadata.gz: cb945b9c83cd848d26c0776a801f905edae8eca4e39ce8bc3c0e6dbd11d9d621
4
+ data.tar.gz: e0a97f24d9fa501a73187d81ecdabe68de614bce10a5bbbc65c1dd7f5b5bc6c0
5
5
  SHA512:
6
- metadata.gz: 2ef56f4a0248e446d3063fd6ef92e13743d65a6ecefd523c8b70444f52353667e9b082efb13177a5912ad598425c6382e0ac36321aab231b46f73871e1109a06
7
- data.tar.gz: 3c483532a0d6dc2d853a172a357a07319466bad2313937a1f57f4f359a2978affeacb80f3e3b5c3df287bc2e07565d692e831dff7564a22cc9a02a1522bab59f
6
+ metadata.gz: 2181d36cb07500305b03cb6846d1c605b6d56e564914074dd562ea3485c9cc88020433b29aa803ec9a4acd278c65d2eab96bc1ea7c10f0db5d218ecc2e93d177
7
+ data.tar.gz: ec238e18c338f1ab644addf84e60bda19a71aa467e8af19f611c0dbab05fb970bdf4d6b240489886c7ba025ffba424b2edf5aa9e5803d194e7ada5355642fb8b
@@ -48,6 +48,10 @@ module ShopifyGraphql
48
48
  transactionalSmsDisabled
49
49
  enabledPresentmentCurrencies
50
50
  #SMS_CONSENT#
51
+ resourceLimits {
52
+ maxProductOptions
53
+ maxProductVariants
54
+ }
51
55
  }
52
56
  #LOCALES_SUBQUERY#
53
57
  }
@@ -127,7 +131,9 @@ module ShopifyGraphql
127
131
  checkout_api_supported: data.shop.checkoutApiSupported,
128
132
  transactional_sms_disabled: data.shop.transactionalSmsDisabled,
129
133
  enabled_presentment_currencies: data.shop.enabledPresentmentCurrencies,
130
- marketing_sms_consent_enabled_at_checkout: data.shop.marketingSmsConsentEnabledAtCheckout
134
+ marketing_sms_consent_enabled_at_checkout: data.shop.marketingSmsConsentEnabledAtCheckout,
135
+ max_product_options: data.shop.resourceLimits.maxProductOptions,
136
+ max_product_variants: data.shop.resourceLimits.maxProductVariants
131
137
  )
132
138
  if with_locales
133
139
  response.primary_locale = data.shopLocales.find(&:primary).locale
@@ -1,3 +1,3 @@
1
1
  module ShopifyGraphql
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shopify_graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirill Platonov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-22 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails