what is the difference between deploying the prism...
# prisma-whats-new
m
what is the difference between deploying the prisma cluster and the graphql server with now?
r
the prisma cluster server acts as your database, and graphql server interacts with it (custom resolvers etc)
m
ah, so deploying with now does not deploy any db layer, just the node server to send requests to the prisma free cluster?