rein
12/19/2017, 7:57 PMmatic
12/19/2017, 8:00 PMserver
and one is for your database
.matic
12/19/2017, 8:01 PMrein
12/19/2017, 8:13 PMnilan
12/19/2017, 8:40 PMrein
12/19/2017, 8:59 PMrein
12/19/2017, 8:59 PMmatic
12/19/2017, 9:11 PMdatabase
schema is a type schema, which is only useful to graphcool
to prepare database for you. Because you don’t need all of the endpoints graphcool
features, you might want to strip down and extend some particular functionalities with your server. In order to tell the world what your app (server) can do, you have to define a new app
schema.
Your app and database have no direct relation, besides resolvers which might fetch data from the database.
You might have also featured three schemas in case you would have decided to separate your data among two databases (in this case there would have been 2 database schemas and still only 1 app schema)
I hope this make things a bit more clear 😄rein
12/20/2017, 1:43 PM