We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cba952 commit e126738Copy full SHA for e126738
normalized-cache/src/commonMain/kotlin/com/apollographql/cache/normalized/api/CacheResolver.kt
@@ -301,7 +301,7 @@ interface KeyArgumentsProvider {
301
}
302
303
/**
304
- * A cache resolver that uses `@fieldPolicy` directives to resolve fields and delegates to [DefaultCacheResolver] otherwise.
+ * A cache resolver that uses a [KeyArgumentsProvider] to resolve fields and delegates to [DefaultCacheResolver] otherwise.
305
*
306
* Note: using a [CacheKey.Scope.TYPE] `keyScope` namespaces the ids with the **schema** type, which will lead to cache misses for:
307
* - unions
0 commit comments