UnitOwnership
Définit la structure de l'objet unit_ownership retourné par les requêtes.
type UnitOwnership {
id: UUID!
owner: Owner!
shareValue: Int!
unit: Unit!
}
Fields
| Nom | Type | Description |
|---|---|---|
| id | UUID! non-null scalar | — |
| owner | Owner! non-null object | — |
| shareValue | Int! non-null scalar | — |
| unit | Unit! non-null interface | createUnitOwnership deleteUnitOwnership unitOwnership unitOwnershipsByOwnerId unitOwnershipsByUnitId updateUnitOwnership ApartmentUnit HouseUnit OtherUnit PaginatedUnitOwnerships ParkingUnit Unit UnitV2 |