feat: also return with relationship (reduce fetch)
This commit is contained in:
parent
41cce9761a
commit
d79d91c6b5
1 changed files with 6 additions and 0 deletions
|
|
@ -75,13 +75,19 @@ export class ProfileAddressController extends Controller {
|
|||
select: [
|
||||
"registrationAddress",
|
||||
"registrationProvinceId",
|
||||
"registrationProvince",
|
||||
"registrationDistrictId",
|
||||
"registrationDistrict",
|
||||
"registrationSubDistrictId",
|
||||
"registrationSubDistrict",
|
||||
"registrationZipCode",
|
||||
"currentAddress",
|
||||
"currentProvinceId",
|
||||
"currentProvince",
|
||||
"currentDistrictId",
|
||||
"currentDistrict",
|
||||
"currentSubDistrictId",
|
||||
"currentSubDistrict",
|
||||
"currentZipCode",
|
||||
"createdFullName",
|
||||
"createdAt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue