Fields
Name | Type | Description |
---|---|---|
caseId | String! | Unique identifier for a case |
entityId | String! | Unique identifier of the entity |
isResolved | Boolean | Whether this temporary exception is resolved or not |
reason | String! | Reason for exception |
Definition of the UpdateExceptionForCaseEntityInput input object
Name | Type | Description |
---|---|---|
caseId | String! | Unique identifier for a case |
entityId | String! | Unique identifier of the entity |
isResolved | Boolean | Whether this temporary exception is resolved or not |
reason | String! | Reason for exception |