I am confused—are Prisma and the GraphQL server de...
# orm-help
s
I am confused—are Prisma and the GraphQL server deployed at the same time or must they be deployed separately?
n
commonly they are deployed separately, you can also deploy them to the same machine
Prisma server runs inside Docker, for the GraphQL server it depends what you are doing.
most commonly the GraphQL server is a NodeJS server, so you can deploy it as such