Join Slack
Powered by
I can't quite get this query to work with an array...
# prisma-whats-new
l
lineus
03/31/2018, 6:43 PM
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
nilan
04/01/2018, 11:55 AM
you are trying to pass in a list of strings, but the argument is of type required int.
3
Views
Open in Slack
Previous
Next