INPUT_OBJECT

GnafAddressAttributes

link GraphQL Schema definition

  • input GnafAddressAttributes {
  • # Address of the Property
  • address: String!
  • # latitude of the Property
  • latitude: Float!
  • # longitude of the Property
  • longitude: Float!
  • # unit of the property
  • unit: String
  • # street nunmber of the property
  • streetNo: String
  • # street of the property
  • street: String
  • # suburb of the property
  • suburb: String
  • # state of the property
  • state: String
  • # postcode of the property
  • postcode: String
  • # postcode of the property
  • postcodeId: String
  • }