e.g. in `query { allPosts(filter: { title_in: ["My...
# prisma-whats-new
d
e.g. in
query { allPosts(filter: { title_in: ["My biggest Adventure", "My latest Hobbies"] }) { id } }
, what is the maximum size of the
title_in
array?
a
I assume that the same limitation applies that applies to List fields: 256 KB, but I'm not sure...
d
I've been using 1000 entries as a limit and seems to be working ok