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
During graphql/graphql-js#553 I realized that previously some cases were ignoring bad input replacing it with null or undefined rather than rejecting it. Most of these cases were at items in lists or fields in input objects.
This sort of mistake would be harder to make if the spec made the algorithms for input coercion more clear with steps rather than prose.