With `prisma2` if we want to keep the approach `SD...
# prisma1-community
a
With
prisma2
if we want to keep the approach
SDL first
(ie not using Nexus) what would be the best tool which is replacing
prisma1 deploy
in order to generate the GraphQL schema?
r
Hey @Alan 👋 There is no Prisma Server in Prisma 2, so there would be no
deploy
command as well. You can deploy your SDL first GraphQL app using Prisma 2 in the same way you deploy any traditional NodeJS app.