4.3.0 • Published 6 months ago

@konsti/paljs-plugins-fork v4.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Pal.js plugins

contain plugins to help you with Prisma

Prisma Select

Convert info: GraphQLResolveInfo to select object accepted by prisma client this will give you the best performance because you will just query exactly what you want in RootQuery this mean one resolver so no more N + 1 issue.

Full Docs

Prisma Delete

This tool is built for Prisma

Prisma Migrate cli not supported Relation onDelete so this tool is workaround this option

Full Docs