Skip to main content

WarningStatusHistory

No description

type WarningStatusHistory {  active: Boolean!  createdBy: User!  createdAt: Time!  acknowledgedAt: Time  message: String}

Fields#

active (Boolean!)#

active when true, indicates that the given user has been warned but has not acknowledged the warning.

createdBy (User!)#

createdBy is the user that warned the commenter

createdAt (Time!)#

createdAt is the time the user was warned

acknowledgedAt (Time)#

acknowledgedAt is the time the commenter acknowledged the warning. if null then the warning has not been acknowledged

message (String)#

message is the custom message sent to the commenter