@paljs/plugins

contain plugins to help you with Prisma

Usage no npm install needed!

<script type="module">
  import paljsPlugins from 'https://cdn.skypack.dev/@paljs/plugins';
</script>

README

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