adding new fields for address validation of google
This commit is contained in:
@@ -17,7 +17,12 @@ query listTaxForms($offset: Int, $limit: Int) @auth(level: USER) {
|
||||
email
|
||||
phone
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
street
|
||||
country
|
||||
apt
|
||||
state
|
||||
zipCode
|
||||
@@ -61,7 +66,12 @@ query getTaxFormById($id: UUID!) @auth(level: USER) {
|
||||
email
|
||||
phone
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
street
|
||||
country
|
||||
apt
|
||||
state
|
||||
zipCode
|
||||
@@ -114,7 +124,12 @@ query getTaxFormsByStaffId(
|
||||
email
|
||||
phone
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
street
|
||||
country
|
||||
apt
|
||||
state
|
||||
zipCode
|
||||
@@ -173,7 +188,12 @@ query listTaxFormsWhere(
|
||||
email
|
||||
phone
|
||||
address
|
||||
placeId
|
||||
latitude
|
||||
longitude
|
||||
city
|
||||
street
|
||||
country
|
||||
apt
|
||||
state
|
||||
zipCode
|
||||
|
||||
Reference in New Issue
Block a user