Hello, I’m migrating a legacy console project to p...
# prisma-whats-new
w
Hello, I’m migrating a legacy console project to prisma, do I have to manually recreate all the queries and mutations?
l
No. You can pass them through the schema.graphql and wire up Prisma binding's
forwardTo
function
w
Thanks, do you have any reference about this that I could look at?
l
Just the docs. Have you taken a look at https://www.prismagraphql.com/docs
w
I did, I can’t find anything about this binding on the docs
Were you referring to this?
w
thanks