DSAReportHistoryItem
No description
type DSAReportHistoryItem { id: ID! type: DSAReportHistoryType createdAt: Time! createdBy: User decision: DSAReportDecision note: String status: DSAReportStatus body: String}Fields#
id (ID!)#
type (DSAReportHistoryType)#
type is the kind of DSA report history item this is
createdAt (Time!)#
createdAt is when this report history item was created
createdBy (User)#
createdBy is the user who added this report history item
decision (DSAReportDecision)#
decision is included if the report history item is making a decision
note (String)#
note is included as an explanation for a report history item decision
status (DSAReportStatus)#
status is the new status if the report history item type changes the status
body (String)#
body is the text added if the report history item decision is a note added