Field types that may be null.
type NullableField<T> = FieldWhereContravariant<T, null | undefined>;