INPUT_OBJECT
GnafAddressAttributes
link GraphQL Schema definition
- input GnafAddressAttributes {
- # Address of the Property
- : String!
- # latitude of the Property
- : Float!
- # longitude of the Property
- : Float!
- # unit of the property
- : String
- # street nunmber of the property
- : String
- # street of the property
- : String
- # suburb of the property
- : String
- # state of the property
- : String
- # postcode of the property
- : String
- # postcode of the property
- : String
- }