hi everyone, I had a question. If I have a list of...
# prisma-whats-new
r
hi everyone, I had a question. If I have a list of items that come from a Graphql query and I want to add filters to that list in the frontend, to give the users some options, is there a way to filter the apollo cache directly? Or is it a matter of using array.filter or reject on the list of items before rendering them. What is a better approach?