OBJECT

ReconzPostcode

Postcode details of Australia

link GraphQL Schema definition

  • type ReconzPostcode {
  • # Suburb of the postcode
  • districtName: String
  • # ID of the postcode
  • id: ID!
  • # Postcode of the postcode
  • regionName: String
  • # State of the postcode
  • suburbName: String
  • }