test: Fix out of date federation tests

This commit is contained in:
Dylan Anthony 2022-09-23 11:39:42 -06:00
parent 7ecc91f3f0
commit ddd27840ad
No known key found for this signature in database
GPG Key ID: F14E2067C8BF5030
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"]
)