qsys
07/09/2020, 9:40 AMnikolasburk
qsys
07/09/2020, 9:53 AMnikolasburk
is there an easy way to migrate resolvers (and request pipeline functions) from graphcool to prisma cloud?If you're migrating to Prisma 1, you need implement your own resolvers using a GraphQL server library like
apollo-server
or express-graphql
. In these resolvers, you can implement the same functionality you had in the request pipeline functions before.qsys
07/09/2020, 10:01 AMgraphcool deploy
. It's different in prisma1?nikolasburk