AddressDataInput

(INPUT_OBJECT)

link GraphQL Schema definition

  • input AddressDataInput {
  • # company's name incl. legal form
  • company_name: String
  • # person's name
  • name: String
  • # person's surname
  • surname: String
  • # street name
  • street: String
  • # building ID (descriptive number)
  • descriptive_number: String
  • # street number (orientation number)
  • orientation_number: String
  • # name of city/town/municipality
  • city: String
  • # zip code
  • zip: String
  • # state
  • state: String
  • # country
  • country: CountryCodeAlpha2
  • }