OBJECT

Address

link GraphQL Schema definition

  • type Address {
  • # The contact address additional text
  • addition: String
  • # The contact address box
  • box: String
  • # The contact city address
  • city: String
  • # The contact address
  • country: CountryCode
  • # The contact geo address
  • geo: Geo
  • # The contact address number
  • number: String
  • # The contact address postal code
  • postal_code: String
  • # The contact street address
  • street: String
  • # The contact additional address
  • street_2: String
  • }

link Require by