From 6d9307b9a1bfb31a4a43968364535b75bf63a622 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 14 Nov 2024 12:26:23 +0200 Subject: [PATCH] Update spec/Section 4 -- Composition.md Co-authored-by: Glen --- spec/Section 4 -- Composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 8320787..6883cbc 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -37,7 +37,7 @@ ValidateArgumentDefaultValues(): ValidateInputFieldDefaultValues(): -- Let {inputFields} be all input fields of across all subgraphs +- Let {inputFields} be all input fields across all source schemas - For each {inputField} in {inputFields}: - Let {type} be the type of {inputField} - If {IsExposed(inputField)} is true and {inputField} has a default value: