Skip to content

Commit

Permalink
Revised final paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Dec 27, 2024
1 parent ac1ee96 commit feb4fa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/Section 2 -- Source Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,10 +597,10 @@ extend type User {
```

When a field is marked `@external`, the composition process understands that the
field belongs to another source schema. The current source schema references it
only for entity identification (via `@key`) or for providing a field through
`@provides`. If no such usage exists, the presence of an @external field would
produce a composition error.
field is provided by another source schema. The current source schema references
it only for entity identification (via `@key`) or for providing a field through
`@provides`. If no such usage exists, the presence of an `@external` field
produces a composition error.

### @override

Expand Down

0 comments on commit feb4fa2

Please sign in to comment.