Skip to content

Commit 05ea8a8

Browse files
Fixing broken link to federated schemas (#836)
1 parent 306b555 commit 05ea8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/federated/federated-schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ easily generate federated GraphQL schemas directly from the code. Federated sche
88
`toFederatedSchema` function that accepts federated configuration as well as a list of regular queries, mutations and
99
subscriptions exposed by the schema.
1010

11-
All [federated directives]((federated-directives)) are provided as annotations that are used to decorate your classes,
11+
All [federated directives](federated-directives) are provided as annotations that are used to decorate your classes,
1212
properties and functions. Since federated types might not be accessible through the regular query execution path, they
1313
are explicitly picked up by the schema generator based on their directives. Due to the above, we also need to provide
1414
a way to instantiate the underlying federated objects by implementing corresponding `FederatedTypeResolvers`. See

0 commit comments

Comments
 (0)