graphql-persistent-layer
v0.1.0
Published
Readme
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
