Is it still recommended to use prisma bindings wit...
# orm-help
l
Is it still recommended to use prisma bindings with prisma 1.24? I am migrating to the client but I have to write a lot of resolvers now. Before everything was more smooth with the resolver fowarding.
h
You can check this out https://github.com/prisma/nexus-prisma 🙂
l
What about the binding? Was deprecated? @huv1k
h
No, you can still use it 🙂 I am using it in few projects and no problem.