Merge pull request #1082 from dbanty/fix-federation-tests

test: Fix out of date federation tests
This commit is contained in:
Sunli 2022-09-24 10:13:17 +08:00 committed by GitHub
commit 07433d7194
2 changed files with 8 additions and 0 deletions

View File

@ -65,3 +65,7 @@ extend type Query {
}
extend schema @link(
url: "https://specs.apollo.dev/federation/v2.0",
import: ["@key", "@tag", "@shareable", "@inaccessible", "@override", "@external", "@provides", "@requires"]
)

View File

@ -65,3 +65,7 @@ extend type Query {
}
extend schema @link(
url: "https://specs.apollo.dev/federation/v2.0",
import: ["@key", "@tag", "@shareable", "@inaccessible", "@override", "@external", "@provides", "@requires"]
)