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 9cef444 commit 8771136
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 @@ -55,7 +55,7 @@ extend type Cat @key(fields "id") {
}
```

Lookup fields must be reachable through the query type. If lookup fields are not located directly on the `Query` type they must be reachable through argumentless fields from the query type.
Lookup fields must be accessible from the Query type. If not directly on the Query type, they should be accessible via fields that do not require arguments, starting from the Query type.

```graphql example
extend type Query {
Expand Down

0 comments on commit 8771136

Please sign in to comment.