Skip to main content

CreateChildUnitGroupInput

Input for creating a child unit group

input CreateChildUnitGroupInput {
businessUnitId: UUID
customReference: String
externalReference: String
icon: String
name: String!
parentUnitGroupId: UUID!
}

Fields

NomTypeDescription
businessUnitIdUUID scalarThe new business unit id of the unit group
customReferenceString scalarThe custom reference of the new unit group
externalReferenceString scalarThe external reference of the new unit group
iconString scalarThe icon of the new unit group
nameString! non-null scalarThe name of the new child unit group
parentUnitGroupIdUUID! non-null scalarThe ID of the parent unit group createChildUnitGroup