@kyleshevlin What if you'll need add a property to your model that doesn't exist in database? What if don't wanna expose something that's stored in database to the client?
You have to define your schema in `schema.graphql`: either by adding whatever queries your project needs or by copying queries from generated
prisma.graphql
and delegating the call to the prisma-client.