diff --git a/docs/source/federation/federation-spec.md b/docs/source/federation/federation-spec.md index a118a4248bb..954ac3fcf59 100644 --- a/docs/source/federation/federation-spec.md +++ b/docs/source/federation/federation-spec.md @@ -276,7 +276,7 @@ When fetching `Review.product` from the Reviews service, it is possible to reque ### `@requires` ```graphql -directive @requires(fields: _FieldSet!) on FIELD_DEFINITON +directive @requires(fields: _FieldSet!) on FIELD_DEFINITION ``` The `@requires` directive is used to annotate the required input fieldset from a base type for a resolver. It is used to develop a query plan where the required fields may not be needed by the client, but the service may need additional information from other services. For example: