Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 62d8d34

Browse files
authored
Merge pull request #8662 from magento/kh_update-cache-topic
GraphQL: Update list of cached/non-cached queries
2 parents 9a1fadf + 2df45eb commit 62d8d34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/guides/v2.4/graphql/caching.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ GraphQL allows you to make multiple queries in a single call. If you specify any
1414

1515
Magento caches the following queries:
1616

17+
* `categories`
1718
* `category` (deprecated)
1819
* `categoryList`
1920
* `cmsBlocks`
@@ -33,7 +34,7 @@ Magento explicitly disallows caching the following queries.
3334
* `customerOrders`
3435
* `customerPaymentTokens`
3536
* `storeConfig`
36-
* `wishlist`
37+
* `wishlist` (deprecated)
3738

3839
[Define the GraphQL schema for a module]({{page.baseurl}}/graphql/develop/create-graphqls-file.html) describes the syntax of a valid query.
3940

0 commit comments

Comments
 (0)