INPUT_OBJECT

AddressInput

Mailing address

link GraphQL Schema definition

  • input AddressInput {
  • # The complete address.
  • full_address: String
  • # The address's geolocation, if found.
  • geolocation: PointInput
  • # The address's suburb.
  • suburb: String
  • # The address's state.
  • state: String
  • # The address's postcode.
  • postcode: String
  • }