From c4e1c26bd03f39e2a3b83de3278f813056d6d2d7 Mon Sep 17 00:00:00 2001 From: Glen Date: Fri, 27 Dec 2024 12:16:35 +0200 Subject: [PATCH] Remove unused variable `{type}` in `ValidateInputFieldDefaultValues` (#71) --- spec/Section 4 -- Composition.md | 1 - spec/temp.md | 1 - 2 files changed, 2 deletions(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 76f5f14..f259a7f 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -40,7 +40,6 @@ ValidateInputFieldDefaultValues(): - 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: - Let {defaultValue} be the default value of {inputField} - If {ValidateDefaultValue(defaultValue)} is false diff --git a/spec/temp.md b/spec/temp.md index 9220f23..676272b 100644 --- a/spec/temp.md +++ b/spec/temp.md @@ -1224,7 +1224,6 @@ ValidateInputFieldDefaultValues(): - Let {inputFields} be all input fields of across all subgraphs - For each {inputField} in {inputFields}: - - Let {type} be the type of {inputField} - If {IsExposed(inputField)} is true and {inputField} has a default value: - Let {defaultValue} be the default value of {inputField} - if ValidateDefaultValue(defaultValue) is false