AddressQuery
No description
input AddressQuery {
isOneTimeAddress: Boolean
companyName: String
country: AddressCountry
zipcode: String
city: String
street: String
comment: String
}
Fields
AddressQuery.isOneTimeAddress ● Boolean scalar
AddressQuery.companyName ● String scalar
Matches addresses which company names contain (case insensitive).
AddressQuery.country ● AddressCountry enum
Matches addresses only in this country.
AddressQuery.zipcode ● String scalar
Matches addresses which zipcodes contain (case insensitive).
AddressQuery.city ● String scalar
Matches addresses which city contain (case insensitive).
AddressQuery.street ● String scalar
Matches addresses which street contain (case insensitive).
AddressQuery.comment ● String scalar
Matches addresses which comment contain (case insensitive).