From 50695be18f88bdfe4219b0a14c35a31108aa9904 Mon Sep 17 00:00:00 2001 From: Mariana Caetano Pereira <67270558+Mariana-Caetano@users.noreply.github.com> Date: Fri, 27 Sep 2024 16:27:48 -0300 Subject: [PATCH] fix table --- .../docs/api-extensions/extending-queries-using-fragments.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faststore/docs/api-extensions/extending-queries-using-fragments.mdx b/docs/faststore/docs/api-extensions/extending-queries-using-fragments.mdx index ad0bfa376d..727b3f93e4 100644 --- a/docs/faststore/docs/api-extensions/extending-queries-using-fragments.mdx +++ b/docs/faststore/docs/api-extensions/extending-queries-using-fragments.mdx @@ -149,7 +149,7 @@ const context = usePDP() | **Fragment** | **Side** | **Query operation** | **Page** | **Usage** | **Return** | Parameters | | ------------ | -------- | ------------------- | -------- | --------- | ---------- | ---------- | -| `ClientManyProducts` | `Client` | `search` | `PLP`, `Search Page`, and pages that use `ProductShelf`, and `ProductTiles` components. |
  1. In the hook `usePageProductsQuery()` from `PLP` and `Search Page`.

  2. In the hook `useProductsPrefetch()` to prefetch the previous (prev) and next (next) page from the current `PLP` or `Search Page`.

  3. In the hook `useProductsQuery()`, in `ProductShelf`, `ProductTiles` components, that can be used on multiple pages.
| General products data ([StoreProduct](https://developers.vtex.com/docs/guides/faststore/schema-objects#storeproduct)) with the `totalCount` from [StorePageInfo](https://developers.vtex.com/docs/guides/faststore/schema-objects#storepageinfo). | Frontend data from the `useLocalizedVariables()` and `useSession()` hooks. | +| `ClientManyProducts` | `Client` | `search` | `PLP`, `Search Page`, and pages that use `ProductShelf`, and `ProductTiles` components. |
  1. In the hook `usePageProductsQuery()` from `PLP` and `Search Page`.
  2. In the hook `useProductsPrefetch()` to prefetch the previous (prev) and next (next) page from the current `PLP` or `Search Page`.
  3. In the hook `useProductsQuery()`, in `ProductShelf`, `ProductTiles` components, that can be used on multiple pages.
| General products data ([StoreProduct](https://developers.vtex.com/docs/guides/faststore/schema-objects#storeproduct)) with the `totalCount` from [StorePageInfo](https://developers.vtex.com/docs/guides/faststore/schema-objects#storepageinfo). | Frontend data from the `useLocalizedVariables()` and `useSession()` hooks. |
Consuming the query