File tree Expand file tree Collapse file tree 6 files changed +67
-66
lines changed Expand file tree Collapse file tree 6 files changed +67
-66
lines changed Original file line number Diff line number Diff line change 3
3
' hive ' : patch
4
4
---
5
5
6
- Update ` @theguild/federation-composition ` to ` 0.18.5 `
6
+ Update ` @theguild/federation-composition ` to ` 0.19.0 `
7
7
8
8
Increases federation composition compatibility.
9
9
- Fix errors raised by ` @requires ` with union field selection set
10
10
- Fix incorrectly raised ` IMPLEMENTED_BY_INACCESSIBLE ` error for inaccessible object fields where the object type is inaccessible.
11
11
- Add support for ` @provides ` fragment selection sets on union type fields.
12
12
- Fix issue where the satisfiability check raised an exception for fields that share different object type and interface definitions across subgraphs.
13
13
- Fix issue where scalar type marked with ` @inaccessible ` does not fail the composition if all usages are not marked with ` @inaccessible ` .
14
+ - Support composing executable directives from subgraphs into the supergraph
Original file line number Diff line number Diff line change 21
21
"@hive/schema" : " workspace:*" ,
22
22
"@hive/server" : " workspace:*" ,
23
23
"@hive/storage" : " workspace:*" ,
24
- "@theguild/federation-composition" : " 0.18.5 " ,
24
+ "@theguild/federation-composition" : " 0.19.0 " ,
25
25
"@trpc/client" : " 10.45.2" ,
26
26
"@trpc/server" : " 10.45.2" ,
27
27
"@types/async-retry" : " 1.4.8" ,
Original file line number Diff line number Diff line change 59
59
"@oclif/core" : " ^3.26.6" ,
60
60
"@oclif/plugin-help" : " 6.0.22" ,
61
61
"@oclif/plugin-update" : " 4.2.13" ,
62
- "@theguild/federation-composition" : " 0.18.5 " ,
62
+ "@theguild/federation-composition" : " 0.19.0 " ,
63
63
"colors" : " 1.4.0" ,
64
64
"env-ci" : " 7.3.0" ,
65
65
"graphql" : " ^16.8.1" ,
Original file line number Diff line number Diff line change 37
37
"@sentry/node" : " 7.120.2" ,
38
38
"@sentry/types" : " 7.120.2" ,
39
39
"@slack/web-api" : " 7.8.0" ,
40
- "@theguild/federation-composition" : " 0.18.5 " ,
40
+ "@theguild/federation-composition" : " 0.19.0 " ,
41
41
"@trpc/client" : " 10.45.2" ,
42
42
"@trpc/server" : " 10.45.2" ,
43
43
"@types/bcryptjs" : " 2.4.6" ,
Original file line number Diff line number Diff line change 15
15
"@graphql-tools/stitching-directives" : " 3.1.31" ,
16
16
"@hive/service-common" : " workspace:*" ,
17
17
"@sentry/node" : " 7.120.2" ,
18
- "@theguild/federation-composition" : " 0.18.5 " ,
18
+ "@theguild/federation-composition" : " 0.19.0 " ,
19
19
"@trpc/server" : " 10.45.2" ,
20
20
"@types/async-retry" : " 1.4.8" ,
21
21
"@types/ioredis-mock" : " 8.2.5" ,
You can’t perform that action at this time.
0 commit comments