https://github.com/graphcool/prisma/issues/1858
Is there any specific reason for not supporting WhereInput of Scalar type arrays?
Relation field arrays add [fields]_every, [fields]_some, [fields]_none filter to WhereInput but Scalar type arrays don't.
It will be useful for me if I can use filter of scalar type arrays.