Hey, in what git repository can I find code respon...
# prisma-whats-new
v
Hey, in what git repository can I find code responsible for generating types for typescript from schema after deploy of prisma?
m
I have a feeling it might be built on https://github.com/graphql-cli/graphql-cli
@Vakrim not 100% sure
I think it could be the
graphql prepare
command that's used to generate the bindings
a
Used by the
prepare
command that @max mentioned: https://github.com/graphql-cli/graphql-cli-prepare in the
graphql-cli
👍 1
v
thanks! 👍
👍🏻 1
a
I built it, so feel free to ping me if you run into issues with it
💪 1
🚀 1
🦜 1