Does anybody know why Prisma generates TypeScript ...
# prisma-whats-new
d
Does anybody know why Prisma generates TypeScript `interface`s instead of `type`s for resources? Would these make more sense as types?
n
Prisma uses the
graphql prepare
command which is implemented in this library: https://github.com/graphql-cli/graphql-cli-prepare. I recommend asking your question in #graphql-cli or in the repo 🙂