Skip to content

Commit

Permalink
Remove unused variable {type} in ValidateInputFieldDefaultValues
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 committed Dec 16, 2024
1 parent f56a366 commit f3c1e0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion spec/Section 4 -- Composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion spec/temp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3c1e0e

Please sign in to comment.