Skip to content

Commit

Permalink
Merge branch 'main' into #5017
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk authored Nov 27, 2024
2 parents 7ea728e + a73b23a commit 04af52b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4236,7 +4236,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 04af52b

Please sign in to comment.