How to automatic update real-time data

Currently my list data must to reload the page to be able to see new data, I don’t know if I have any solution to fix this situation?

Hey @tuantiensiu - you may be able to call refetch on a triggering action - see this Q/A: How to refresh a Cell due to stale data?

Also the Apollo doc on refetch:


If this does not help - it would be good to post some code or a minimal working repo to help us dig in.

Barrett

1 Like

was looking for something similar for Cell… glad you shared this! thanks!

1 Like