skipFKConstraintValidations

skipFKConstraintValidations: boolean | undefined

Skips pre-deletion NO ACTION foreign key constraint validation checks, which may improve performance for large deletions. This will improve performance, but if the user supplies elements which have FK constraint violations, it will result in the delete failing and an eventual rollback.

Defined in

Last Updated: 28 April, 2026