I made a doc PR on migrating from Prisma Binding t...
# orm-help
l
I made a doc PR on migrating from Prisma Binding to Prisma Client. If interested, please give it a look and let me know if it works for you! https://github.com/prisma/prisma/pull/3090
🙌 1
b
Just made a comment, didn't read in depth but nice
k
Don't you use the
# import ...
feature in your
schema.graphql
? These steps won't be enough in that case since
prisma generate
doesn't create
prisma.graphql
by itself.
l
@kratam great point, thank you. I forgot that. Updated to include changes.
d
Really useful. Thank you!
💯 1