whats the difference in bootstraping project with ...
# prisma-whats-new
p
whats the difference in bootstraping project with prisma cli and graphql cli?
a
None,
prisma init
calls
graphql create
It's just a convenience for if you only have
prisma
installed, and not
graphql-cli
too
👍 1
p
Thx