All our services are running on python with ariadne and graphql but we have a new challenge. We need to run the application (angular web-application) in offline mode too. The application runs over mobile system. Is there any solution to run the services in offline mode? Using any lib from front-end...
Run service on Offline mode. When the application is running on Online mode the resolvers are resolving all queries and mutations. The challenge is to retrieve the data on Offline mode