From 4cd2af5b8001cafa2bf9706ffa3239623f803e06 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:23:35 +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 d48e84c..d80ec11 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -240,7 +240,7 @@ type Query { 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 +still be used within the composite execution schema to fulfil requirements or lookups. In contrast to the `@internal` directive the `@inaccessible` directive hides a