Does GraphQL Support Offline Usage?

Technology CommunityCategory: GraphQLDoes GraphQL Support Offline Usage?
VietMX Staff asked 3 years ago

GraphQL is a query language for (web) APIs, and in that sense by definition only works online. However, offline support on the client-side is a valid concern. The caching abilities of Relay and Apollo might already be enough for some use cases, but there isn’t a popular solution for actually persisting stored data yet.