ModifyUnitGroupInput
Input for modifying a unit group
input ModifyUnitGroupInput {
businessUnitId: UUID
customReference: String
externalReference: String
icon: String
name: String
unitGroupId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| businessUnitId | UUID scalar | The new business unit id of the unit group |
| customReference | String scalar | The new custom reference of the unit group |
| externalReference | String scalar | The new external reference of the unit group |
| icon | String scalar | The new icon of the unit group |
| name | String scalar | The new name of the unit group |
| unitGroupId | UUID! non-null scalar | The ID of the unit group modifyUnitGroup |