Join Slack
Powered by
Does anybody know why Prisma generates TypeScript ...
# prisma-whats-new
d
Dan Caddigan
04/03/2018, 6:14 PM
Does anybody know why Prisma generates TypeScript `interface`s instead of `type`s for resources? Would these make more sense as types?
n
nilan
04/03/2018, 7:22 PM
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 🙂
Open in Slack
Previous
Next