add_children_to_case
Add child items to a case for granular tracking by specifying the case ID and child type (e.g., Discover Task).
Instructions
Cases · mutation addChildrenToCase. Variables: input. Example variables: {"input":{"caseId":"","children":{"childId":"","childType":"DISCOVER_TASK"}}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: AddChildrenToCaseInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |