Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
meker12 authored Aug 28, 2024
1 parent b13447d commit 39cf930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/graphql/catalog-service/product-variants.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Query results are paginated with a default, maximum pagination size of 100. The

- The initial query returns a cursor value marking the last item in the current page.
- If all results are returned, the `cursor` value is `null`.
- If more results are available, use the `cursor` value returned in subsequent queries to fetch additional results. For an example, see [Paginate product variant results](#paginate-product-variant-results).
- If more results are available, use the `cursor` value returned in subsequent queries to fetch additional results. For an example, see [Paginate product variant results](#paginate-query-results).

## Syntax

Expand Down

0 comments on commit 39cf930

Please sign in to comment.