You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docusaurus/docs/dev-docs/api/entity-service/order-pagination.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ Results can be paginated using 2 different strategies (see [REST API documentati
69
69
- pagination by page, when defining the `page` and `pageSize` parameters,
70
70
- and pagination by offset, when defining the `start` and `limit` parameters.
71
71
72
-
2 different functions can be used to paginate results with the Entity Service API, and accept different pagination strategies: `findMany()` and `findPage()`
72
+
2 different functions can be used to paginate results with the Entity Service API and accept different pagination strategies:
0 commit comments