Federated queries are not correctly resolved if one of subgraphs is unavailable #1438
Annotations
2 errors and 1 warning
Test:
packages/federation/tests/unavailable-subgraph/yoga.gateway.test.ts#L185
{
testNestedField: {
subgraph1_Nullable: {
testSuccessQuery: {
email: "[email protected]",
id: "user1",
sub1: true,
},
},
+ subgraph2_Nullable: {
+ testErrorQuery: null,
+ },
- subgraph2_Nullable: null,
},
}
- Expected - 1
+ Received + 3
at /home/runner/work/gateway/gateway/packages/federation/tests/unavailable-subgraph/yoga.gateway.test.ts:185:29
|
Test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading