0.1.0 • Published 3 years ago

graphql-persistent-layer v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Restful API vs GraphQL

restful API - automatically or with fetch cache, it caches api call

However

GraphQL only support in-memory cache

If our end user refreshes the webpage, it has to fetch again

because every graphql api is post /graphql => dynamic so cannot cache