Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 06:36
· 729 commits to main since this release
4fa7309

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