I can't quite get this query to work with an array...
# prisma-whats-new
l
I can't quite get this query to work with an array of strings. I'm assuming that I'm doing something wrong. Can someone please take a look? https://gist.github.com/lineus/37c7b16b70121c6ab9e9ab751414b1ab
n
you are trying to pass in a list of strings, but the argument is of type required int.