RemoveUnitFromUnitGroupInput
Input for removing a unit from a unit group
input RemoveUnitFromUnitGroupInput {
unitGroupId: UUID!
unitId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| unitGroupId | UUID! non-null scalar | The ID of the unit group |
| unitId | UUID! non-null scalar | The ID of the unit to be removed removeUnitFromUnitGroup |