OBJECT

PostcodeNewZealand

Postcode details of NewZealand

link GraphQL Schema definition

  • type PostcodeNewZealand {
  • # District of the postcode
  • district: String
  • # ID of the postcode
  • id: ID!
  • # Locality of the postcode
  • locality: String
  • # Postcode of the postcode
  • postcode: String
  • # reconz_sdn of the postcode
  • realEstateCoNzSdn: String
  • # Suburb of the postcode
  • suburb: String
  • # tm_district_id of the postcode
  • tradeMeDistrictId: String
  • # tm_locality_id of the postcode
  • tradeMeLocalityId: String
  • # trade_me_suburb_id of the postcode
  • tradeMeSuburbId: String
  • }

link Require by