Carter Grimmeisen

Results 1 issues of Carter Grimmeisen

According to [Prisma's docs](https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-by-null-values) JSON fields cannot be directly set to null. Instead one can utilize `Prisma.JsonNull` or `Prisma.DbNull` in order to set the field to a JSON value of...