Emi
12/14/2017, 11:11 PMBen
12/14/2017, 11:21 PMdatabase/datamodel.graphql
(very much like the types.graphql now) and then the database/schema.graphql
is auto-generated. you can also read https://www.graph.cool/docs/1.0/reference/graphql-api/database-schema-(generated)-ahtae1eewu
The nice thing about this is, that you can see what querys and mutations will be possible, based on your type definitions, and you donβt have to look it up in the playground.Emi
12/14/2017, 11:28 PMnilan
12/15/2017, 12:49 PM