sending the city and state details in the get connection details of user api

This commit is contained in:
2026-02-19 16:04:49 +05:30
parent 3e711cee18
commit b0eb2863cd
2 changed files with 29 additions and 0 deletions

View File

@@ -1823,6 +1823,20 @@ export class UserService {
id: true,
schoolCompanyName: true,
isSchool: true,
cityXid: true,
cities: {
select: {
id: true,
cityName: true,
stateXid: true,
states: {
select: {
id: true,
stateName: true
}
}
}
}
}
}
}