hey guys is anyone working on wes bos course advan...
# orm-help
t
hey guys is anyone working on wes bos course advanced react?x
j
Seems like a lot of folks are or have. Do you have a specific question?
t
Yes, I'm sure everyone has run into the cache/pagination issue. I'm wondering if anyone knows a simple workaround or update in the docs I could be referred to since it has been a while since the course was created.
When deleting an item on the second page of a paginated list, the item does not delete until you hard refresh. Likewise with creating an item, they do not appear until after hard refresh. fetchPolicy 'cache-and-network' makes no difference, as does 'network-only'
j
looks like it’s still a feature-request
the simplest workaround is refetching the query, as wes mentions, but that’s not a great solution