Hey, I noticed that if I have a field that is an a...
# orm-help
a
Hey, I noticed that if I have a field that is an array of strings in my datamodel.graphql file, then it’s not possible to query on that field using the where clause. Is this expected behavior?
n
Yes, that is the expected behaviour. Scalar list filters will be added in a later general enhancement of scalar lists: https://github.com/prisma/prisma/issues/1275