graphql 2.4.16 → 2.4.17
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 +4 -4
- data/lib/graphql/schema/warden.rb +1 -1
- data/lib/graphql/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58a5e168f85867e3934dd87994e771d93de3c17061131dfcb22b02ce87c1e3fc
|
4
|
+
data.tar.gz: 332d4da88d87c96a2da911e8b528aac97723f48d50d3fe3bf1e646be0a5c1073
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2f07a13af64649ca55eba2b29e22ab9e59282cfa7b124a17c195b4112b38b48887f6a3940856ca58d32c219b31705a0a5725c51f14f298b4b664039fecee5a2
|
7
|
+
data.tar.gz: 437236c87a0a1fe83cf10b385dd88ad3d2bae52192f52b3aab1d530fea1309759d8383b1f91ee6254abda79b47ef351ddfd1f7a9d3847ff5f0e5096649092194
|
@@ -232,7 +232,7 @@ module GraphQL
|
|
232
232
|
|
233
233
|
# @return [Boolean] True if this type is used for `loads:` but not in the schema otherwise and not _explicitly_ hidden.
|
234
234
|
def loadable?(type, _ctx)
|
235
|
-
|
235
|
+
visible_type?(type) && !referenced?(type)
|
236
236
|
end
|
237
237
|
|
238
238
|
def loadable_possible_types(union_type, _ctx)
|
data/lib/graphql/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphql
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.4.
|
4
|
+
version: 2.4.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Mosolgo
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-05-16 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: base64
|
@@ -799,7 +799,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
799
799
|
- !ruby/object:Gem::Version
|
800
800
|
version: '0'
|
801
801
|
requirements: []
|
802
|
-
rubygems_version: 3.6.
|
802
|
+
rubygems_version: 3.6.8
|
803
803
|
specification_version: 4
|
804
804
|
summary: A GraphQL language and runtime for Ruby
|
805
805
|
test_files: []
|