graphql-relay 0.3.4 → 0.3.5
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9cff9bd7fdbd2903d3d9ec7b809a6503e864e8ae
|
|
4
|
+
data.tar.gz: 77f663466bc1cd668b9b2f95d6aa55cd094ed9f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb399be33857dd51f6359d7a11c35ae0a3a8a8ea1b82d7f226db392528d96e6106c860ba867cbf68e82ba6d9eb6623134be046b6484e1765e4d0cea05e26fa1c
|
|
7
|
+
data.tar.gz: 5fd3264c767cdf54d321f9553ca2a23a3e6818e6df4e27bdfb559a2d6ab7744a57a93e658e05f5d7c47ab25c2d467c427c1e38dcad7d4bf849344de5a68c1d9f
|
data/lib/graphql/relay.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
require 'base64'
|
|
2
2
|
require 'graphql'
|
|
3
3
|
# MONKEY PATCHES 😬
|
|
4
|
-
require 'graphql/
|
|
5
|
-
|
|
4
|
+
require 'graphql/relay/monkey_patches/definition_config'
|
|
5
|
+
require 'graphql/relay/monkey_patches/object_type'
|
|
6
6
|
|
|
7
7
|
require 'graphql/relay/node'
|
|
8
8
|
require 'graphql/relay/page_info'
|
data/lib/graphql/{definition_helpers/defined_by_config → relay/monkey_patches}/definition_config.rb
RENAMED
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: graphql-relay
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert Mosolgo
|
|
@@ -187,13 +187,13 @@ extensions: []
|
|
|
187
187
|
extra_rdoc_files: []
|
|
188
188
|
files:
|
|
189
189
|
- README.md
|
|
190
|
-
- lib/graphql/definition_helpers/defined_by_config/definition_config.rb
|
|
191
|
-
- lib/graphql/object_type.rb
|
|
192
190
|
- lib/graphql/relay.rb
|
|
193
191
|
- lib/graphql/relay/array_connection.rb
|
|
194
192
|
- lib/graphql/relay/base_connection.rb
|
|
195
193
|
- lib/graphql/relay/edge.rb
|
|
196
194
|
- lib/graphql/relay/global_id_field.rb
|
|
195
|
+
- lib/graphql/relay/monkey_patches/definition_config.rb
|
|
196
|
+
- lib/graphql/relay/monkey_patches/object_type.rb
|
|
197
197
|
- lib/graphql/relay/mutation.rb
|
|
198
198
|
- lib/graphql/relay/node.rb
|
|
199
199
|
- lib/graphql/relay/page_info.rb
|