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
(This was my first time contributing to GraphQL core library, sorry for missing out on the recommended practice of raising a issue and engaging proper discussion here)
For a nested List [[Int!]], providing an input value of [1, 2, 3] Expected Behaviour: should raise validation error Current Behaviour: coerce value to [ [1], [2], [3] ]