I need to update the apollo cache for a query that...
# prisma-whats-new
e
I need to update the apollo cache for a query that has
from
to
to
date filter variables. I want to clear that cache for that query no matter which
from
and
to
date you have. How do I do that? 🤔