Skip to content

Commit e126738

Browse files
committed
Fix KDoc
1 parent 7cba952 commit e126738

File tree

1 file changed

+1
-1
lines changed
  • normalized-cache/src/commonMain/kotlin/com/apollographql/cache/normalized/api

1 file changed

+1
-1
lines changed

normalized-cache/src/commonMain/kotlin/com/apollographql/cache/normalized/api/CacheResolver.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ interface KeyArgumentsProvider {
301301
}
302302

303303
/**
304-
* A cache resolver that uses `@fieldPolicy` directives to resolve fields and delegates to [DefaultCacheResolver] otherwise.
304+
* A cache resolver that uses a [KeyArgumentsProvider] to resolve fields and delegates to [DefaultCacheResolver] otherwise.
305305
*
306306
* Note: using a [CacheKey.Scope.TYPE] `keyScope` namespaces the ids with the **schema** type, which will lead to cache misses for:
307307
* - unions

0 commit comments

Comments
 (0)