Skip to content

Commit

Permalink
Fix prev. commit
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla authored Oct 4, 2023
1 parent 102e728 commit 231916d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Results can be paginated using 2 different strategies (see [REST API documentati
- pagination by page, when defining the `page` and `pageSize` parameters,
- and pagination by offset, when defining the `start` and `limit` parameters.

2 different functions can be used to paginate results with the Entity Service API, and accept different pagination strategies: `findMany()` and `findPage()`
2 different functions can be used to paginate results with the Entity Service API and accept different pagination strategies:

| Function name | Possible pagination method(s) |
| ------------- | ----------------------------------------------------------- |
Expand Down

1 comment on commit 231916d

@vercel
Copy link

@vercel vercel bot commented on 231916d Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-strapijs.vercel.app
documentation-git-main-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.