diff --git a/subgraphs/checkout/schema.graphql b/subgraphs/checkout/schema.graphql index fbe0cd7..41fab45 100644 --- a/subgraphs/checkout/schema.graphql +++ b/subgraphs/checkout/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key", "@external", "@requires"]) diff --git a/subgraphs/discovery/schema.graphql b/subgraphs/discovery/schema.graphql index a5b35d8..9864e1e 100644 --- a/subgraphs/discovery/schema.graphql +++ b/subgraphs/discovery/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key"]) diff --git a/subgraphs/orders/schema.graphql b/subgraphs/orders/schema.graphql index 0677c13..f5e98ce 100644 --- a/subgraphs/orders/schema.graphql +++ b/subgraphs/orders/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key"]) diff --git a/subgraphs/products/schema.graphql b/subgraphs/products/schema.graphql index d0861bb..465684a 100644 --- a/subgraphs/products/schema.graphql +++ b/subgraphs/products/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key", "@tag"]) diff --git a/subgraphs/reviews/schema.graphql b/subgraphs/reviews/schema.graphql index 03afe1a..db7bfaa 100644 --- a/subgraphs/reviews/schema.graphql +++ b/subgraphs/reviews/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key"]) diff --git a/subgraphs/shipping/schema.graphql b/subgraphs/shipping/schema.graphql index a89cb47..f9133aa 100644 --- a/subgraphs/shipping/schema.graphql +++ b/subgraphs/shipping/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key", "@external", "@requires"]) diff --git a/subgraphs/users/schema.graphql b/subgraphs/users/schema.graphql index 50df532..908edd5 100644 --- a/subgraphs/users/schema.graphql +++ b/subgraphs/users/schema.graphql @@ -1,5 +1,3 @@ -# noinspection GraphQLTypeRedefinition - extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: ["@key"])