graphql_schema 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/graphql_schema/version.rb +1 -1
- data/lib/graphql_schema.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adf5de7d466e2f5d82e84f0d5f3110c3f29f689b
|
4
|
+
data.tar.gz: b5826e28c5f404d64069fba6154d2eadf157751f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b4db8605eea4c05adeea448e8e2bce1d0878f17bad50a43abc0216abfb04343cac01670a188d753dd23ad6950aae61a8e2841988c1ee0f9698a8bed088fc8b0
|
7
|
+
data.tar.gz: 8a3516eff7145883947485c9cd17d82b33b9b72748ba779b139ebc289740fdb5695a0a194f5bf79378a5881d03ab581cee6fc76eb2f91bad85a3f7bad00f4cf6
|
data/lib/graphql_schema.rb
CHANGED
@@ -210,7 +210,7 @@ class GraphQLSchema
|
|
210
210
|
end
|
211
211
|
|
212
212
|
def input_fields
|
213
|
-
@input_fields ||= @hash.fetch('inputFields').map{ |field_hash| InputValue.new(field_hash) }
|
213
|
+
@input_fields ||= @hash.fetch('inputFields').map{ |field_hash| InputValue.new(field_hash) }
|
214
214
|
end
|
215
215
|
|
216
216
|
def required_input_fields
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphql_schema
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dylan Thacker-Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: graphql
|