Skip to content

0.16.0

Compare
Choose a tag to compare
@jasonkuhrt jasonkuhrt released this 30 Jun 15:46
· 94 commits to master since this release
70e7be7

Features

  • 2e325dd upgrade to prisma 2.1 (#733)
  • a442ccd fw-level pagination strategy setting
  • e15a3ac postinstall warning when user has prisma deps (#731)
  • fda506a expose schema plugin at /schema entrypoint (#721)

Improvements

  • 70e7be7 improve: remove @nexus/schema & graphql from peer deps (#735)

nexus-prisma has migrated!

If you were nexus-prisma user, please do the following to remain so
Your Dependencies
npm remove nexus-prisma @prisma/client @prisma/cli
npm add nexus-plugin-prisma
Your Imports
- import { nexusPrismaPlugin } from 'nexus-prisma'
+ import { nexusSchemaPrisma } from 'nexus-plugin-prisma/schema'
Learn More