UnitOwnershipInput
Définit la structure d'entrée pour les mutations de propriété d'unité.
Champs :
- unit_id: UUID de l'unité (obligatoire)
- owner_id: UUID du propriétaire (obligatoire)
- share_value: Valeur de la part (entier, obligatoire)
input UnitOwnershipInput {
ownerId: UUID!
shareValue: Int!
unitId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| ownerId | UUID! non-null scalar | — |
| shareValue | Int! non-null scalar | — |
| unitId | UUID! non-null scalar | createUnitOwnership UnitInputV2 updateUnitOwnership |