Joey
08/09/2018, 10:24 AMnilan
08/09/2018, 10:51 AMJoey
08/09/2018, 11:09 AMgraphql get-schema
I can download the schema from the endpoint, I would like to study the code which generates this schema based on the database.nilan
08/09/2018, 11:12 AMJoey
08/09/2018, 11:16 AMnilan
08/09/2018, 11:20 AMJoey
08/09/2018, 12:25 PM/server/servers/api/src/main/scala/com/prisma/api/schema
is responsible for creating a database specific schema, right?nilan
08/09/2018, 12:28 PMJoey
08/09/2018, 12:41 PMnilan
08/09/2018, 1:23 PMJoey
08/09/2018, 2:10 PMdatamodel.graphql
, right? So the input for the schema generator is the data model and the complete schema is created from this file?