coerceInputValues

Enables coercing incorrect JSON values to the default property value (if exists) in the following cases:

  1. JSON value is null but the property type is non-nullable.

  2. Property type is an enum type, but JSON value contains unknown enum member.

false by default.