chore: update compatibility project to use latest Spring integrations #446
pr-check.yml
on: pull_request
build
/
build
1m 24s
integration
/
compatibility
1m 11s
Annotations
1 error and 1 warning
integration / compatibility
Command failed with exit code 1: npx @apollo/rover supergraph compose --config supergraph-config.yaml
npm warn exec The following package was not found and will be installed: @apollo/rover@0.23.0
⌛ resolving SDL for subgraphs defined in supergraph-config.yaml
downloading the 'supergraph' plugin from https://rover.apollo.dev/tar/supergraph/x86_64-unknown-linux-gnu/v2.7.1
the 'supergraph' plugin was successfully installed to /home/runner/.npm/_npx/24f313e0e426ac07/node_modules/@apollo/rover/node_modules/.bin/supergraph-v2.7.1
🎶 composing supergraph with Federation v2.7.1
error[E029]: Encountered 4 build errors while trying to build a supergraph.
Caused by:
SATISFIABILITY_ERROR: The following supergraph API query:
{
deprecatedProduct(sku: "A string value", package: "A string value") {
createdBy {
averageProductsCreatedPerYear
}
}
}
cannot be satisfied by the subgraphs because:
- from subgraph "products":
- cannot satisfy @require conditions on field "User.averageProductsCreatedPerYear" (please ensure that this is not due to key field "email" being accidentally marked @external).
- cannot move to subgraph "users" using @key(fields: "email") of "User", the key field(s) cannot be resolved from subgraph "products".
SATISFIABILITY_ERROR: The following supergraph API query:
{
deprecatedProduct(sku: "A string value", package: "A string value") {
createdBy {
email
}
}
}
cannot be satisfied by the subgraphs because:
- from subgraph "products":
- field "User.email" is not resolvable because marked @external.
- cannot move to subgraph "users" using @key(fields: "email") of "User", the key field(s) cannot be resolved from subgraph "products".
SATISFIABILITY_ERROR: The following supergraph API query:
{
deprecatedProduct(sku: "A string value", package: "A string value") {
createdBy {
totalProductsCreated
}
}
}
cannot be satisfied by the subgraphs because:
- from subgraph "products":
- field "User.totalProductsCreated" is not resolvable because marked @external.
- cannot move to subgraph "users" using @key(fields: "email") of "User", the key field(s) cannot be resolved from subgraph "products".
SATISFIABILITY_ERROR: The following supergraph API query:
{
deprecatedProduct(sku: "A string value", package: "A string value") {
createdBy {
yearsOfEmployment
}
}
}
cannot be satisfied by the subgraphs because:
- from subgraph "products":
- field "User.yearsOfEmployment" is not resolvable because marked @external.
- cannot move to subgraph "users" using @key(fields: "email") of "User", the key field(s) cannot be resolved from subgraph "products".
The subgraph schemas you provided are incompatible with each other. See https://www.apollographql.com/docs/federation/errors/ for more information on resolving build errors.
|
integration / compatibility
Error: ENOENT: no such file or directory, open 'results.md'
|