You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
apollo-server-express: 2.25.4
@prisma/client: 4.12.0
nexus: 1.3.0",
nexus-prisma: 1.0.5",
prisma: 4.12.0"
So I'm in the process of migrating from "nexus-plugin-prisma": "^0.21.0" to nexus-prisma 1.0.5, nexus 1.3.0 and @prisma/client 4.12.0.
In my original src/schema.ts I did the following:
and am now attempting to do:
Chat GTP4 states that a method called nexusPrismaPlugin exists, which will allow me to create a plugin. It does not.
How do I resolve this?
Beta Was this translation helpful? Give feedback.
All reactions