apparently, this should be the right place to ask....
# prisma1-community
q
apparently, this should be the right place to ask...
n
Hey Kurt 👋 the query looks correct, this might be an issue with Prisma Admin in this case... can you try to send the same query directly through the GraphQL Playground? 🙂
q
ok, ok... it works directly on the playground. thx. Another question @nikolasburk, is there an easy way to migrate resolvers (and request pipeline functions) from graphcool to prisma cloud?
n
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.
q
but that's not in prisma cloud? (I'm a bit confused, and 31st of July is pretty close) In graphcool, I had some sources and did
graphcool deploy
. It's different in prisma1?
n
Yes, Graphcool and Prisma are very different! You can learn about the main differences here: https://www.prisma.io/docs/guides/upgrade-guides/upgrade-from-graphcool#considerations-before-upgrading