Caching not working in my react-native app

Hi. I am a react-native developer. I am showing a list of users and I want , when I revisit my app , the data should be getting from cache but unlike its getting from the graph ql api , which makes the whole process very slow.

1 Like

Following thread. Having the same issue. All requests goes to the server which in essence calls the DB, super slow. Not great user experience.