Changes
BREAKING: Specific Input Type for updateMany
We are introducing a specific input type for the updateMany mutation since it does not execute nested mutations. This input type only contains scalar fields. The naming convention is ModelNameUpdateManyMutationInput
. This should remove confusion about nested mutations within updateMany being defined in the schema but not executed.
prisma/prisma#3391