adding new fields for address validation of google
This commit is contained in:
@@ -9,7 +9,14 @@ query listBusinesses @auth(level: USER) {
|
||||
email
|
||||
hubBuilding
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
state
|
||||
street
|
||||
country
|
||||
zipCode
|
||||
area
|
||||
sector
|
||||
rateGroup
|
||||
@@ -31,7 +38,14 @@ query getBusinessesByUserId($userId: String!) @auth(level: USER) {
|
||||
email
|
||||
hubBuilding
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
state
|
||||
street
|
||||
country
|
||||
zipCode
|
||||
area
|
||||
sector
|
||||
rateGroup
|
||||
@@ -53,7 +67,14 @@ query getBusinessById($id: UUID!) @auth(level: USER) {
|
||||
email
|
||||
hubBuilding
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
state
|
||||
street
|
||||
country
|
||||
zipCode
|
||||
area
|
||||
sector
|
||||
rateGroup
|
||||
@@ -62,4 +83,4 @@ query getBusinessById($id: UUID!) @auth(level: USER) {
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user