CreateEmptyUnitGroupInput
Input for creating an empty unit group
input CreateEmptyUnitGroupInput {
businessUnitId: UUID
customReference: String
externalReference: String
icon: String
name: String!
}
Fields
| Nom | Type | Description |
|---|---|---|
| businessUnitId | UUID scalar | The business unit id of the new unit group |
| customReference | String scalar | The custom reference of the new unit group |
| externalReference | String scalar | The external reference of the new unit group |
| icon | String scalar | The icon of the new unit group |
| name | String! non-null scalar | The name of the new unit group createEmptyUnitGroup |