·
729 commits
to main
since this release
Minor Changes
-
e529555: Add initial support for mutation input in prisma utils
-
72bd678: This change adds new methods for creating create and update input types
These new features require enabling a new flag in the pothos generator in your
prisma.schema
generator pothos { provider = "prisma-pothos-types" // Enable prismaUtils feature prismaUtils = true }
See the update README.md for full details