GraphQLClient function (from graphql_flutter package) has a parameter called cache that accepts any of these values: InMemoryCache, NormalizedInMemoryCache, OptimisticCache.
GraphQLClient
graphql_flutter
cache
InMemoryCache
NormalizedInMemoryCache
OptimisticCache
The help is lacking in more detail on when and why should use them. I've reviewed other examples, which use InMemoryCache or OptimisticCache but no explanation about why they use it.
Any guidance is welcome.
1.4m articles
1.4m replys
5 comments
57.0k users