GraphQL OBJECT
HistoryReason
link Definition
- type HistoryReason {
- # Contact reason name.
- : String
- # Category of the contact reason.
- : HistoryCategory
- # Contact reason code.
- : HistoryReasonEnum
- # Indicates whether the history event requires a manually entered subject line.
- : Boolean!
- }