saasAppCascadingImpact
Returns the object types, and their record counts, that may be impacted or restored when restoring the selected objects. These object types and record counts are used to build the cascade selection tree. With cascadingImpactResolutionMode SYNCHRONOUS, the analysis is computed and returned inline; with ASYNCHRONOUS, it runs as a background job and returns an operationId, which is passed to saasAppCascadingImpactJobResult to poll for the result.
Arguments
| Argument | Type | Description |
|---|---|---|
| saasAppType (required) | SaasAppType! | SaaS application type. |
| restoreConfig (required) | AppItemRestoreConfig! | Configuration for the items to be restored. |
| resolutionMode | CascadingImpactResolutionMode | The mode of cascading impact resolution. By default, the mode is set to SYNCHRONOUS. |
| stateToken | String | Token storing the current state of the current flow. |