graphiti_graphql 0.1.1 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,4 +24,4 @@ module GraphitiGraphQL
24
24
  end
25
25
  end
26
26
  end
27
- end
27
+ end
@@ -1,3 +1,3 @@
1
1
  module GraphitiGraphQL
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,15 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphiti_graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lee Richmond
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-01 00:00:00.000000000 Z
11
+ date: 2021-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: graphiti
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 1.2.36
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 1.2.36
13
27
  - !ruby/object:Gem::Dependency
14
28
  name: activesupport
15
29
  requirement: !ruby/object:Gem::Requirement
@@ -227,6 +241,13 @@ files:
227
241
  - lib/graphiti_graphql/engine.rb
228
242
  - lib/graphiti_graphql/errors.rb
229
243
  - lib/graphiti_graphql/federation.rb
244
+ - lib/graphiti_graphql/federation/apollo_federation_override.rb
245
+ - lib/graphiti_graphql/federation/federated_relationship.rb
246
+ - lib/graphiti_graphql/federation/federated_resource.rb
247
+ - lib/graphiti_graphql/federation/loaders/belongs_to.rb
248
+ - lib/graphiti_graphql/federation/loaders/has_many.rb
249
+ - lib/graphiti_graphql/federation/resource_dsl.rb
250
+ - lib/graphiti_graphql/federation/schema_decorator.rb
230
251
  - lib/graphiti_graphql/graphiti_schema/resource.rb
231
252
  - lib/graphiti_graphql/graphiti_schema/sideload.rb
232
253
  - lib/graphiti_graphql/graphiti_schema/wrapper.rb
@@ -253,7 +274,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
253
274
  - !ruby/object:Gem::Version
254
275
  version: '0'
255
276
  requirements: []
256
- rubygems_version: 3.0.6
277
+ rubygems_version: 3.0.3
257
278
  signing_key:
258
279
  specification_version: 4
259
280
  summary: GraphQL support for Graphiti