Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed May 20, 2024
1 parent a868d04 commit 548163a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,10 @@ getArgumentValuesFromSpread(fragmentSpread, schema, fragmentDefinitionVariableDe
- If {defaultValue} exists
- Add an entry to {coercedValues} named {argumentName} with the value
{defaultValue}.
- If {variableType} is not-nullable raise a field-error
- If {variableType} is non-nullable raise a field-error
- Let {hasValue} be {true} if {fragmentArgumentValues} or {variableValues} provides a value for the name
{variableName}.
- If {variableType} is not-nullable and {hasValue} is {false} raise a field-error
- If {variableType} is non-nullable and {hasValue} is {false} raise a field-error
- Add an entry to {coercedValues} named {argumentName} with the value
found in {variableValues} or {fragmentArgumentValues}.
- Return {coercedValues}.
Expand Down

0 comments on commit 548163a

Please sign in to comment.