From 877113682546a148a9738758ef56102ccf56be16 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 11 Apr 2024 14:15:25 +0200 Subject: [PATCH] edits --- spec/Section 2 -- Source Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 2 -- Source Schema.md b/spec/Section 2 -- Source Schema.md index 0b72893..b359977 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -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 {