Hey! Just went through <https://github.com/graphco...
# prisma-whats-new
m
Hey! Just went through https://github.com/graphcool-examples/react-graphql/tree/master/quickstart-with-apollo and I’m trying to figure out where are my resolvers in the code? I understand that Graphcool is creating all the CRUD resolvers based on types.graphql but where are they stored?
m
@mbaranovski they are stored on Graphcool servers.
r
@matic Can i backup my data into my local machine ?
m
@Rakin afaik all the data is already backed up, backing it up once again would be unnecessary. You can, though, use export feature which exports all the data from your database.
r
Thank you @matic
prisma 1
m
What if i deploy it locally using docker?
m
@mbaranovski Then it’s stored in Docker container locally.
m
The fact that I can query Prisma DB service (looks like playground) and have seperate GraphQL (also with playground) is sooo confusing… I still don’t get how we are able to make queries from frontend w/o running our own graphQL server.
And there’s also graphcool which right now I have no idea in which aspects is different from prisma… except different CLI commands… 😄
Need to get my head around it, and the documentation does not help 😅
Okay…. now everything is clear