adding new fields for address validation of google
This commit is contained in:
@@ -38,8 +38,18 @@ type Business @table(name: "businesses") {
|
||||
phone: String
|
||||
email: String
|
||||
hubBuilding: String
|
||||
|
||||
address: String
|
||||
placeId: String
|
||||
latitude: Float
|
||||
longitude: Float
|
||||
city: String
|
||||
state: String
|
||||
street: String
|
||||
country: String
|
||||
zipCode: String
|
||||
|
||||
|
||||
area: BusinessArea
|
||||
sector: BusinessSector
|
||||
rateGroup: BusinessRateGroup!
|
||||
|
||||
Reference in New Issue
Block a user