ProductionSplitEvent
Type: Object
Details about an item being split into multiple child items, including the IDs of the resulting child items, the reason for the split, and the method used to perform the split.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| childItemIds | [ID!]! | List of IDs for the resulting child items | ||
| splitMethod | ProductionSplitMethod! | The method used to perform the split | ||
| splitReason | String! | The reason for splitting the item |