graphql_includable 0.5.0.beta.7 → 0.5.0
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_includable/concern.rb +1 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 014b367c0c9e017f33db0076bc473668d2033caa
|
4
|
+
data.tar.gz: 61b6f1699b9d77c9ca3745be27a5f8f9b5da4e22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50ea6afd3369d545c9ad72574a513c3f4de81a753cc1ab15b5cdeaea3375d7f9548f2586bb9717b6e974558126bdc87e605fe50739e3fbccaaf8c2bb9e2b1c84
|
7
|
+
data.tar.gz: c32ad015198ced702ab16964905808abf86b632406e4f6acf2e9583f0c8ecfa4ce2dc00d30a5fe6b620e01db8c66c504f3b38256ae41a9c7a4c1222c45d62fa1
|
@@ -6,6 +6,7 @@ module GraphQLIncludable
|
|
6
6
|
|
7
7
|
module ClassMethods
|
8
8
|
def includes_from_graphql(ctx)
|
9
|
+
warn '[DEPRECATION] `includes_from_graphql` is deprecated. See migration guide in README.'
|
9
10
|
ActiveSupport::Notifications.instrument('graphql_includable.includes_from_graphql') do |instrument|
|
10
11
|
instrument[:operation_name] = ctx.query&.operation_name
|
11
12
|
instrument[:field_name] = ctx.irep_node.name
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: graphql_includable
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.0
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Rouse
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2019-09-
|
13
|
+
date: 2019-09-24 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description:
|
16
16
|
email:
|
@@ -52,9 +52,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
52
|
version: '0'
|
53
53
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
54
54
|
requirements:
|
55
|
-
- - "
|
55
|
+
- - ">="
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version:
|
57
|
+
version: '0'
|
58
58
|
requirements: []
|
59
59
|
rubyforge_project:
|
60
60
|
rubygems_version: 2.6.14.1
|