Skip to main content

RemoveUnitFromUnitGroupInput

Input for removing a unit from a unit group

input RemoveUnitFromUnitGroupInput {
unitGroupId: UUID!
unitId: UUID!
}

Fields

NomTypeDescription
unitGroupIdUUID! non-null scalarThe ID of the unit group
unitIdUUID! non-null scalarThe ID of the unit to be removed removeUnitFromUnitGroup