Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Apr 11, 2024
1 parent 5c9d4a1 commit 9cef444
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 @@ -23,7 +23,7 @@ extend type Person @key(fields "id") {
}
```

The arguments of a lookup field must match fields specified with a `@key` directive annotated on the return type for the lookup field.
The arguments of a lookup field must correspond to the fields specified by a `@key` directive annotated on the type returned by the lookup field.

```graphql example
extend type Query {
Expand Down

0 comments on commit 9cef444

Please sign in to comment.