Skip to content

Commit

Permalink
fix typo for isNot definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ludralph authored Nov 27, 2024
1 parent 798943b commit 0c7f1fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4227,7 +4227,7 @@ const result = await prisma.post.findMany({

### `isNot`

Returns all records where related record matches filtering criteria (for example, user's name `isNot` Bob).
Returns all records where the related record does not match the filtering criteria (for example, user's name `isNot` Bob).

#### Examples

Expand Down

0 comments on commit 0c7f1fc

Please sign in to comment.