You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key", "@Shareable", "@extends"]) {
query: Query
mutation: Mutation
}
type Query @extends {
fileMetadataById(id: ID!): FileMetadata!
}
{Trimmed}
When I try to import the above, I get errors about unknown directives on those 3 imported directives. Is there someway to transitively pull those in?
The text was updated successfully, but these errors were encountered:
schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key", "@Shareable", "@extends"]) {
query: Query
mutation: Mutation
}
type Query @extends {
fileMetadataById(id: ID!): FileMetadata!
}
{Trimmed}
When I try to import the above, I get errors about unknown directives on those 3 imported directives. Is there someway to transitively pull those in?
The text was updated successfully, but these errors were encountered: