Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [13.0.0](unlight/prisma-nestjs-graphql@v12.2.1...v13.0.0) (2021-08-28) ### ⚠ BREAKING CHANGES * Removed deprecated setting `types_*` * Model is regenerating ignoring existing data, any manual changes will be discarded * Enum is regerating now, any manual changes will be discarded ### Features * **configuration:** Option to disable ID graphql type ([8474da7](unlight/prisma-nestjs-graphql@8474da7)), closes [#44](unlight/prisma-nestjs-graphql#44) ### Bug Fixes * Regenerate enum ignoring existing values ([c581bc7](unlight/prisma-nestjs-graphql@c581bc7)), closes [#45](unlight/prisma-nestjs-graphql#45) * Regenerate model ignoring existing data ([62ffd83](unlight/prisma-nestjs-graphql@62ffd83)), closes [#45](unlight/prisma-nestjs-graphql#45) ### Miscellaneous Chores * Removed deprecated setting `types_*` ([3491398](unlight/prisma-nestjs-graphql@3491398))
- Loading branch information