From 982df877bfb908aa778b5566f21204e68f07c442 Mon Sep 17 00:00:00 2001 From: Michaela Chester <57752987+michaelajsc@users.noreply.github.com> Date: Fri, 23 Aug 2024 14:43:48 +0100 Subject: [PATCH] Update subgraph-spec.mdx Fixed broken link For descriptions of added directives, see [Federation-specific GraphQL directives](./federated-types/federated-directives/). the correct folder in the repo is federated-schemas not federated-types --- docs/source/subgraph-spec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/subgraph-spec.mdx b/docs/source/subgraph-spec.mdx index 42f59b2a5..1b6241208 100644 --- a/docs/source/subgraph-spec.mdx +++ b/docs/source/subgraph-spec.mdx @@ -412,7 +412,7 @@ Your subgraph library does not need to use this reference resolver pattern. It j This section describes type and field definitions that a valid subgraph service must automatically add to its schema. These definitions are all listed above in [Subgraph schema additions](#subgraph-schema-additions). -For descriptions of added directives, see [Federation-specific GraphQL directives](./federated-types/federated-directives/). +For descriptions of added directives, see [Federation-specific GraphQL directives](./federated-schemas/federated-directives/). ### `Query` fields