Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/Section 4 -- Composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,7 @@ ERROR
This rule ensures that fields marked with `@external` have all the necessary
arguments that exist on the corresponding field definitions in other source
schemas. Each argument defined on the base field (the field definition in the
source source schema) must be present on the `@external` field in other source
defining source schema) must be present on the `@external` field in other source
schemas. If an argument is missing on an `@external` field, the field cannot be
resolved correctly, which is an inconsistency.

Expand Down