OBJECT

PostcodeAustralia

Postcode details of Australia

link GraphQL Schema definition

  • type PostcodeAustralia {
  • # ID of the postcode
  • id: ID!
  • # Postcode of the postcode
  • postcode: String
  • # State of the postcode
  • state: String
  • # Suburb of the postcode
  • suburb: String
  • }

link Require by