Can anyone explain the difference/relationship bet...
# prisma-whats-new
c
Can anyone explain the difference/relationship between the graph.cool hosted GraphQL database and the new Prisma Cloud hosted GraphQL database? As far as I can tell they're... made by the same group? And Prisma Cloud is newer? But they do exactly the same thing?
h
they don't do exactly the same thing
graphcool is meant as a complete backend with authentication ...
prisma is just a database wrapped in a graphql api
you build you application server in front of that
c
huh, okay
so if I wanted to build graph.cool on top of prisma, I'd need to build my own application server (including authorization) in front of prisma?
n
You wouldn't build Graphcool on top of Prisma. Rather, the recommended stack is to combine a GraphQL Server like GraphQL Yoga with Prisma using GraphQL Bindings