shopify_graphql 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/graphql/shopify_graphql/current_shop.rb +7 -1
- data/lib/shopify_graphql/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb945b9c83cd848d26c0776a801f905edae8eca4e39ce8bc3c0e6dbd11d9d621
|
4
|
+
data.tar.gz: e0a97f24d9fa501a73187d81ecdabe68de614bce10a5bbbc65c1dd7f5b5bc6c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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:
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|