Skip to content

Commit

Permalink
Update content/200-concepts/100-components/02-prisma-client/055-pagin…
Browse files Browse the repository at this point in the history
…ation.mdx
  • Loading branch information
janpio authored Oct 29, 2023
1 parent 702faf9 commit 43afd74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ No, cursor pagination does not use cursors in the underlying database ([e.g. Pos

#### What happens if the cursor value does not exist?

Using a nonexistent cursor returns `null`. Prisma does not locate adjacent values.
Using a nonexistent cursor returns `null`. Prisma does not try to locate adjacent values.

### ✔ Pros of cursor-based pagination

Expand Down

0 comments on commit 43afd74

Please sign in to comment.