leveluptuts / gQuery

Not like jQuery. A GraphQL Fetcher & Cache for Svelte Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how do you `invalidate` the query?

smblee opened this issue · comments

e.g. after mutation, is there a way to invalidate and trigger a refetch for the underlying data, (e.g. profile picture under user object changes, so refetch the user query again)