Skip to content

Commit

Permalink
πŸ“š docs: update readme to include the new models
Browse files Browse the repository at this point in the history
  • Loading branch information
m1212e committed Sep 18, 2024
1 parent 54beed5 commit 5ebbea1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ export const PostWhere = ...

// a schema for validating the prisma unique where input for this model
export const PostWhereUnique = ...

// a schema for validating the prisma order by input for this model
export const PostOrderBy = ...

// a schema for validating the prisma include input for this model
export const PostInclude = ...

// a schema for validating the prisma select input for this model
export const PostSelect = ...
```

### Input models
Expand Down

0 comments on commit 5ebbea1

Please sign in to comment.