OBJECT
RentalApplication
Rental application
link GraphQL Schema definition
- type RentalApplication {
- # The contact this application was submitted by
- Contact! :
- ISO8601DateTime! :
- FormBuilderResponse! :
- ID! :
- # The potential tenancy this application belongs to
- PotentialTenancy! :
- String! :
- ISO8601DateTime! :
- }