prisma-graphql-type-decimal
prisma-graphql-type-decimal copied to clipboard
GraphQL type for Prisma's Decimal scalar, wrapper around decimal.js
Results
2
prisma-graphql-type-decimal issues
Sort by
recently updated
recently updated
newest added
Hi, i tried to use this scalar but it keeps failing with: ```ts Cannot determine a GraphQL output type for the "sysVersion". Make sure your class is decorated with an...
need-more-information
It's not an issue!!! Just a tip. If you use this package with "prisma-nestjs-graphql" codegen and "class-validator", add the "transform: true" option to the validation configuration. my nestjs example ```typescript...