You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * coordinates is a schema coordinates as in https://github.com/graphql/graphql-spec/issues/735*/classExpirationInfo(valcoordinates:String, valmaxAge:Long)
fun ApolloClient.Builder.normalizedCache(
normalizedCache:MemoryCacheFactory,
expirationInfo:List<ExpirationInfo>
)
The text was updated successfully, but these errors were encountered:
Follow up from apollographql/apollo-kotlin#3566
Allo per-type client-side cache control logic:
The text was updated successfully, but these errors were encountered: