Hello, I can’t filter enum
# prisma-whats-new
v
Hello, I can’t filter enum
m
try without the quotes. i.e. platform: PC
@vistriter
v
it’s error query { allGameses(filter: platform: PC) { id } }
@max
m
try allGameses(filter: {platform: PC})
@vistriter
v
@max it’s error https://imgur.com/a/UqXTj
m
read the section titled: Limitations
I'm not sure you can filter on an array
v
@max thank you very much! I will to take another way to solve this problem