Skip to content

Commit 34ad523

Browse files
committed
📝 Update Changelog
1 parent bb93aff commit 34ad523

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ app.prisma.$use(async (params, next) => {
2222
**Migration guide:**
2323

2424
- `app.$disconnect` replaced with `app.prisma.$disconnect`.
25-
- `prisma` parameter removed from the before and after hooks functions. To access prisma from within hooks, directly use `app.prisma`.
26-
- `prisma` parameter removed from the CustomResolverProps. To access prisma from within hooks, directly use `app.prisma`.
25+
- `prisma` parameter removed from the before and after hooks functions, as well as from the customResolvers parameters. To access prisma from within hooks, directly use `app.prisma`.
2726

2827
### Non-breaking
2928

0 commit comments

Comments
 (0)