Docs: Fix Caching Gif

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8801
GitOrigin-RevId: 80b04ef8d7e59fbe260df5c83e82e5b923765dd7
This commit is contained in:
Sean Park-Ross 2023-04-21 19:12:47 +02:00 committed by hasura-bot
parent 8292a9fae3
commit 0af80b22d3
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ query MyProducts @cached {
}
```
You'll be able to see improvements in the response time of the query when the `@cached` directive is added.
You'll be able to see improvements in the response time of the query when the `@cached` directive is added. Note
that the first query with a `@cached` directive will always be a cache miss, but subsequent queries will be cache hits.
<Player src="/img/caching/caching_quickstart-demo_2-21-0.mp4" />