Clearly Prisma2 is a step backwards from Prisma1. It might be more performant, but the feature set is drastically reduced. Prisma1 did everything that Prisma2 did with additional features. So if you get started on Prisma1, you need to make sure that you don't accidentally use one of the features that's being cut from Prisma2. It's possible that Prisma2 has some advantages/disadvantages over TypeORM/Sequelize, but it's ultimately just an ORM whereas Prisma1 was actually a complete GraphQL DAL.
The exact same thing happened with Graphcool where Prisma1 was a step backwards from Graphcool. It's a pattern. Prisma3 will be just a "Hello World" app.