Relation missing in UncheckedCreateInput
I have this model:
and I would like to create a configuration like so:
However predecessedBy does not exist on the UncheckedCreateInput type, instead there is only successedBy. Why is that and what do I have to change? The Update type has both
and I would like to create a configuration like so:
However predecessedBy does not exist on the UncheckedCreateInput type, instead there is only successedBy. Why is that and what do I have to change? The Update type has both