From 1690132170a5bb8ac55ba5af9c8539a870c687de Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:23:31 +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 f494f76..d48e84c 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -271,7 +271,7 @@ type Product { The example below removes the field `internalProductById` and the type `Product` from the the composite schema. However, type system members marked as -inaccessible can still be used within the composite execution schema to fulfill +inaccessible can still be used within the composite execution schema to fulfil requirements. Unlike @internal, which restricts lookup fields to backend use, @inaccessible