ShishoTriageStatusEvent
No description
type ShishoTriageStatusEvent {
type: ShishoTriageStatusEventType!
status: ShishoTriageStatus!
target: ShishoTriageStatusEventTargetDecision
}
Fields
ShishoTriageStatusEvent.type
● ShishoTriageStatusEventType!
non-null enum
The type of the event.
ShishoTriageStatusEvent.status
● ShishoTriageStatus!
non-null enum
The triage state at the time of the event.
ShishoTriageStatusEvent.target
● ShishoTriageStatusEventTargetDecision
object
The decision that the triage event mentions to
Implemented by
ShishoEvent
union