Skip to content

Commit

Permalink
Update spec/Section 2 -- Source Schema.md
Browse files Browse the repository at this point in the history
Co-authored-by: Glen <[email protected]>
  • Loading branch information
michaelstaib and glen-84 authored Aug 1, 2024
1 parent 031bebf commit 2218ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 2 -- Source Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ type Clothing @key(fields: "id") {
```

If the lookup returns an interface, the interface must also be annotated with a
`@key` directive and declare it's keys.
`@key` directive and declare its keys.

```graphql example
interface Node @key(fields: "id") {
Expand Down

0 comments on commit 2218ed0

Please sign in to comment.