Type Alias UserNotificationDataUpdateManyWithWhereWithoutUserNotificationsInput

UserNotificationDataUpdateManyWithWhereWithoutUserNotificationsInput: {
    data: XOR<UserNotificationDataUpdateManyMutationInput, UserNotificationDataUncheckedUpdateManyWithoutUserNotificationsInput>;
    where: UserNotificationDataScalarWhereInput;
}