Skip to content

Commit

Permalink
Update docs/source/routing/performance/caching/entity.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Maria Elisabeth Schreiber <maria.schreiber@apollographql.com>
  • Loading branch information
andrewicarlson and Meschreiber authored Nov 14, 2024
1 parent e6224cb commit 00bf83a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/source/routing/performance/caching/entity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,9 @@ This entry contains an object with the `all` field to affect all subgraph reques

### Entity cache invalidation

You can invalidate entity cache entries with a [specifically formatted request](#invalidation-request-format once you [configure your router](#configuration) appropriately. For example, if price data changes before a price entity's TTL expires, you can send an invalidation request.

```mermaid
---
title: Invalidating an Entity Cache
---
flowchart RL
subgraph QueryResponse["Cache invalidation POST"]
Expand Down

0 comments on commit 00bf83a

Please sign in to comment.