<@U0RQY0KK5> I’m trying this code to delete an ent...
# prisma-whats-new
e
@nilan I’m trying this code to delete an entry from cache. It is obvious to me that it is always related to an existing query, and I don’t see the Apollo cache being updated at all, only the query. So, there are lots of entries remaining inside the Apollo cache, which is not a good thing. What can I do to remove the cache? [I have
postId
as the ID of the Post to be deleted,
deletePostMutation
as the mutation GQL that I import from another file]