# TransferredProject

**Type:** GraphQL objects

## Fields
- id (ID)
- installerId (ID)
- status (ProjectStatus, Not Null): undefined

- avatar (ImageInfo): undefined
  - url (ImageUrl)
  - uploadUrl (String)
- buildingType (HomeType): undefined

- buildingYear (Int)
- buildingSize (Float)
- locationInfo (HomeLocationInfo): undefined
  - country (String)
  - city (String)
  - postalCode (String)
  - street (String)
  - streetNumber (String)
  - unitNumber (String)
  - geoLocation (GeoLocation)
  - apartmentNumber (String)
  - associationId (ID)
- constructionType (ConstructionType): undefined

- description (ProjectDescription, Not Null): undefined
  - projectNumber (String)
  - orderReferenceNumber (String)
  - buildingTitle (String)
- hubs (TransferredProjectHub, Not Null): undefined
  - area (TransferredProjectArea)
- devices (TransferredProjectDevice, Not Null): undefined
  - area (TransferredProjectArea)
  - deviceType (DeviceType)

