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
harmony
04/10/2018, 3:47 PM
they don't do exactly the same thing
harmony
04/10/2018, 3:47 PM
graphcool is meant as a complete backend with authentication ...
harmony
04/10/2018, 3:48 PM
prisma is just a database wrapped in a graphql api
harmony
04/10/2018, 3:48 PM
you build you application server in front of that
c
Christian Genco
04/10/2018, 3:55 PM
huh, okay
Christian Genco
04/10/2018, 3:55 PM
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
nilan
04/10/2018, 4:00 PM
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