OBJECT
Address
link GraphQL Schema definition
- type Address {
- # The contact address additional text
- : String
- # The contact address box
- : String
- # The contact city address
- : String
- # The contact address
- : CountryCode
- # The Borough or District.
- : String
- # The contact geo address
- : Geo
- # The contact address number
- : String
- # The contact address postal code
- : String
- # The region.
- : String
- # The contact street address
- : String
- # The contact additional address
- : String
- # The province or state.
- : String
- }