FUTC
06/15/2022, 3:23 PMupdate
call, is it possible to do some sort of select: { all }
instead of manually selecting each field like this?
select: {
id: true,
name: true,
street: true,
zipCode: true,
city: true,
person: true,
email: true,
telNr: true,
faxNr: true,
},
Austin
06/15/2022, 9:43 PMupdate
should return all model fields by default. Is this not the case for you?FUTC
06/17/2022, 9:39 AM