AddUnitGroupToUnitGroupInput
Input for adding a unit group to another unit group
input AddUnitGroupToUnitGroupInput {
childUnitGroupId: UUID!
customReference: String
parentUnitGroupId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| childUnitGroupId | UUID! non-null scalar | The ID of the child unit group to be added |
| customReference | String scalar | The custom reference of the new unit group |
| parentUnitGroupId | UUID! non-null scalar | The ID of the parent unit group addUnitGroupToUnitGroup |