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

Commit d6d39cb

Browse files
authored
Merge branch 'master' into release-note-2-4-2-minor-update-0209
2 parents 1055ae8 + 62d8d34 commit d6d39cb

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)