Okay, I must be missing something very obvious her...
# prisma-whats-new
h
Okay, I must be missing something very obvious here. Would be great of someone could take a quick look.
filter: { categories_some: { id: $id } }
The filter in my query looks something like this. How can I dynamically change my query (or just $id) to get all results?
n
it's a bit tricky
can you send me the whole query?
h
It does not seem to work with filters, though. In the previous example I ended up using
id_in
and changing
$id
to an array which kinda is a workaround but it does the trick for now.