Skip to content

Commit b967f46

Browse files
ccbrownleebyron
authored andcommitted
remove redundant step from SameResponseShape (#602)
* remove redundant step from SameResponseShape * Update Section 5 -- Validation.md
1 parent 7ca239c commit b967f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ SameResponseShape(fieldA, fieldB) :
432432
* If {typeA} or {typeB} is Scalar or Enum.
433433
* If {typeA} and {typeB} are the same type return true, otherwise return
434434
false.
435-
* If {typeA} or {typeB} is not a composite type, return false.
435+
* Assert: {typeA} and {typeB} are both composite types.
436436
* Let {mergedSet} be the result of adding the selection set of {fieldA} and
437437
the selection set of {fieldB}.
438438
* Let {fieldsForName} be the set of selections with a given response name in

0 commit comments

Comments
 (0)