You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Default value coercion rules
* Fix 'must not cause an infinite loop' wording.
* Reorder assertions to prevent infinite loop during coercion
* Reduce diff
* Clarify the default value cycle detection logic
* Rewrite default value cycle algorithm in the style of DetectFragmentCycles
* Rewrite input object cycle algorithm to match GraphQL.js implementation
* Asterisks
* Remove unnecessary step
* Add non-normative note about memoizing default value coercion
* Rather than assertions, use return values.
* Fix accidental mutation
* Editorial: simplify optimization note
---------
Co-authored-by: Lee Byron <lee@leebyron.com>
0 commit comments