Replies: 1 comment
-
Basically, yeah, you need to create an updater for the mutation like described here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Community, I hope you are doing well, I have a small query, I have a small todo CRUD application, when I add a new Todo the mutation executes successfully, but I cannot see the new added Todo, therefore I used the
@urql/exchange-graphcache
library and updated the cache locally saving a network request.But now the
delete
mutation does not update the UI automatically when I delete the todo, is this expected ? So if I use@urql/exchange-graphcache
do I have to handle delete case for all queries, thanks.Beta Was this translation helpful? Give feedback.
All reactions