Panic in GraphQL server when variable is expected to be an array, but isn't

But, it isn’t a GraphQL type error according to spec:

If the value passed as an input to a list type is not a list and not the null value, then the result of input coercion is a list of size one, where the single item value is the result of input coercion for the list’s item type on the provided value

This was fixed in 20.11.1:

1 Like