Skip to content

Releases: unlight/prisma-nestjs-graphql

v14.7.0

08 Mar 11:57

Choose a tag to compare

14.7.0 (2022-03-08)

Features

  • configuration: Allow to map prisma scalars to custom graphql scalars (59300e1), closes #87

v14.6.2

20 Feb 16:39

Choose a tag to compare

14.6.2 (2022-02-20)

Bug Fixes

  • Make fields in count output undefinable (8e3d85c)

v14.6.1

25 Nov 22:00

Choose a tag to compare

14.6.1 (2021-11-25)

Bug Fixes

  • hide field: Missing import of enum type (b067142), closes #73

v14.6.0

16 Oct 14:20

Choose a tag to compare

14.6.0 (2021-10-16)

Features

  • custom decorators: Allow attach @Directive() (d6faef0)

v14.5.0

12 Oct 23:03

Choose a tag to compare

14.5.0 (2021-10-12)

Features

  • custom decorators: Allow apply custom decorator on models (52f090a), closes #63

v14.4.1

05 Oct 18:47

Choose a tag to compare

14.4.1 (2021-10-05)

Bug Fixes

  • Missing import in hidden type (29e5a8e), closes #62

v14.4.0

30 Sep 17:18

Choose a tag to compare

14.4.0 (2021-09-30)

Features

  • match: Allows match expressions in FieldType and PropertyType (#60) (a9b0e46)

v14.3.0

28 Sep 16:46

Choose a tag to compare

14.3.0 (2021-09-28)

Features

  • require single uniq filter: New requireSingleFieldsInWhereUniqueInput generator setting (7ee73eb), closes #58

v14.2.2

27 Sep 19:22

Choose a tag to compare

14.2.2 (2021-09-27)

Bug Fixes

  • compatibility: Add typescript null type for optional fields in model (df0b9de), closes #57

v14.2.1

24 Sep 14:29

Choose a tag to compare

14.2.1 (2021-09-24)

Bug Fixes

  • custom decorators: FieldType mapping for output types (c036a10), closes #55