0.26.0
Changelog
-
Supported Prisma version has been bumped to
^4.15.0๐ช -
As the
v2.0.0.beta-2release of TypeGraphQL has removed the legacyisAbstractdecorator option, it is now not emitted by default by the generator. -
A new generator option called
emitIsAbstracthas been introduced. It restores the old behavior of emittingisAbstract: truedecorator option for@ObjectType(models, outputs) and@InputTypeclasses. More info about this feature (and when to use it) can be found in the docs: https://prisma.typegraphql.com/docs/advanced/emit-is-abstract