File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
99subscriptions 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,
1212properties and functions. Since federated types might not be accessible through the regular query execution path, they
1313are explicitly picked up by the schema generator based on their directives. Due to the above, we also need to provide
1414a way to instantiate the underlying federated objects by implementing corresponding ` FederatedTypeResolvers ` . See
You can’t perform that action at this time.
0 commit comments