Skip to content

Commit 016f47f

Browse files
committed
Clarify algorithm
1 parent ff986be commit 016f47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 5 -- Validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1949,8 +1949,8 @@ IsNonNullPosition(locationType, variableUsage):
19491949

19501950
- If {locationType} is a non-null type, return {true}.
19511951
- If the location of {variableUsage} is an {ObjectField}:
1952-
- Let {parentLocationType} be the expected type of {ObjectField}'s parent
1953-
{ObjectValue}.
1952+
- Let {parentObjectValue} be the {ObjectValue} containing {ObjectField}.
1953+
- Let {parentLocationType} be the expected type of {ObjectValue}.
19541954
- If {parentLocationType} is a OneOf Input Object type, return {true}.
19551955
- Return {false}.
19561956

0 commit comments

Comments
 (0)