OBJECT

Address

Mailing address

link GraphQL Schema definition

  • type Address {
  • # The complete address.
  • full_address: String
  • # The address's geolocation, if found.
  • geolocation: Point
  • # The address's suburb.
  • suburb: String
  • # The address's state.
  • state: String
  • # The address's postcode.
  • postcode: String
  • }