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 contact geo address
- Geo :
- # The contact address number
- String :
- # The contact address postal code
- String :
- # The contact street address
- String :
- # The contact additional address
- String :
- }