ApolloStore

constructor(cacheManager: CacheManager, customScalarAdapters: CustomScalarAdapters, cacheHeaders: CacheHeaders)


constructor(cacheManager: CacheManager, customScalarAdapters: CustomScalarAdapters)

Deprecated

Use the constructor with cacheHeaders parameter instead.

Replace with

ApolloStore(cacheManager, customScalarAdapters, CacheHeaders.NONE)