Closed usamazansari closed 2 years ago
createLocation(location: Location)
getLocation(id: string)
updateLocation(id: string, location: Partial<Location>)
deleteLocation(id: string)
AddressResolver:associateAddressWithLocation(addressId: string, locationId: string)
Location Entity CRUD
createLocation(location: Location)
getLocation(id: string)
updateLocation(id: string, location: Partial<Location>)
deleteLocation(id: string)
AddressResolver:associateAddressWithLocation(addressId: string, locationId: string)