Skip to content

Commit

Permalink
remove redundant step from SameResponseShape (#602)
Browse files Browse the repository at this point in the history
* remove redundant step from SameResponseShape

* Update Section 5 -- Validation.md
  • Loading branch information
ccbrown authored and leebyron committed Aug 7, 2019
1 parent 7ca239c commit b967f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 5 -- Validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ SameResponseShape(fieldA, fieldB) :
* If {typeA} or {typeB} is Scalar or Enum.
* If {typeA} and {typeB} are the same type return true, otherwise return
false.
* If {typeA} or {typeB} is not a composite type, return false.
* Assert: {typeA} and {typeB} are both composite types.
* Let {mergedSet} be the result of adding the selection set of {fieldA} and
the selection set of {fieldB}.
* Let {fieldsForName} be the set of selections with a given response name in
Expand Down

0 comments on commit b967f46

Please sign in to comment.