OBJECT
Postcode details of Australia
type PostcodeAustralia {# ID of the postcodeid: ID! # Postcode of the postcodepostcode: String # State of the postcodestate: String # Suburb of the postcodesuburb: String }