From 5042524ec7af06aba2d66c3fedb279aad13ce9ca Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:23:06 +0200 Subject: [PATCH] Update spec/Section 2 -- Source Schema.md Co-authored-by: Glen --- 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 632611b..603e508 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -238,7 +238,7 @@ type Query { } ``` -The above example declares the key field `sku` to be inaccessible through from +The above example declares the key field `sku` to be inaccessible from the composite schema. However, type system members marked as inaccessible can still be used within the composite execution schema to fulfill requirements or lookups.