Dumb question: if running against hosted/managed p...
# orm-help
v
Dumb question: if running against hosted/managed prisma servers does
prisma deploy
also push resolver code to run server side or just manage the DB connections? I'm trying to learn prisma basics before porting a prototype from graph.cool over to prisma.
p
If by “resolver code” you mean your GraphQL that you would write using GraphQLYoga for example, the answer is no.