OBJECT
PostcodeNewZealand
Postcode details of NewZealand
link GraphQL Schema definition
- type PostcodeNewZealand {
- # District of the postcode
- : String
- # ID of the postcode
- : ID!
- # Locality of the postcode
- : String
- # Postcode of the postcode
- : String
- # reconz_sdn of the postcode
- : String
- # Suburb of the postcode
- : String
- # tm_district_id of the postcode
- : String
- # tm_locality_id of the postcode
- : String
- # trade_me_suburb_id of the postcode
- : String
- }