diff --git a/docs/source/caching/cache-configuration.md b/docs/source/caching/cache-configuration.md index 213d1e3e5f6..5456003a7f5 100644 --- a/docs/source/caching/cache-configuration.md +++ b/docs/source/caching/cache-configuration.md @@ -172,7 +172,7 @@ Objects that are not normalized are instead embedded within their _parent_ objec ## The `TypePolicy` type -You can provide an array of `TypePolicy` objects to the `InMemoryCache` constructor to customize how the cache interacts with specific types in your schema. +To customize how the cache interacts with specific types in your schema, you can provide an object mapping `__typename` strings to `TypePolicy` objects when you create a new `InMemoryCache` object. A `TypePolicy` object can include the following fields: