@jsvde Would that not depend on where your back-end data are stored? Graphcool is a query system, not a DBMS
a
agartha
10/12/2017, 11:44 AM
That would be true if you could access the underlying database directly, which you can't
agartha
10/12/2017, 11:45 AM
So all data coming out or going in to the database has to go through the Graphcool GraphQL API
j
jsvde
10/12/2017, 11:45 AM
I get your point but gc is both, a query system and dbms
👍🏻 1
jsvde
10/12/2017, 11:47 AM
I was searching for something like a local mock-database that get's created by the gc-schema and types and backed by a local instance of sqlite/postgres/etc. to build up your data and manipulate it before dumping it and pushing it to gc