Skip to main content

AddUnitGroupToUnitGroupInput

Input for adding a unit group to another unit group

input AddUnitGroupToUnitGroupInput {
childUnitGroupId: UUID!
customReference: String
parentUnitGroupId: UUID!
}

Fields

NomTypeDescription
childUnitGroupIdUUID! non-null scalarThe ID of the child unit group to be added
customReferenceString scalarThe custom reference of the new unit group
parentUnitGroupIdUUID! non-null scalarThe ID of the parent unit group addUnitGroupToUnitGroup