Closed
Description
There seems to be a deviation of Nested List Input Coercion in GraphQL library and the GraphQL specification.
The fix for the same is raised in a PR in graphql-python/graphql-core#194
(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] ]
Refer:
![]()
Metadata
Metadata
Assignees
Labels
No labels