Jeff
05/04/2019, 6:09 PMNoah
05/05/2019, 5:13 AMnuno
05/06/2019, 9:14 AM# import User from "./generated/prisma.graphql"
but many times you wouldn't want to do that, because you don't want to expose the User's password/secret on your public facing API (even encrypted) and you could need computed properties on public API that are not on the datamodel (e.g. number of followers).