WarningStatusHistory
No description
type WarningStatusHistory {
active: Boolean!
createdBy: User!
createdAt: Time!
acknowledgedAt: Time
message: String
}
Fields
WarningStatusHistory.active
● Boolean!
non-null scalar
active when true, indicates that the given user has been warned but has not acknowledged the warning.
WarningStatusHistory.createdBy
● User!
non-null object
createdBy is the user that warned the commenter
WarningStatusHistory.createdAt
● Time!
non-null scalar
createdAt is the time the user was warned
WarningStatusHistory.acknowledgedAt
● Time
scalar
acknowledgedAt is the time the commenter acknowledged the warning. if null
then the warning
has not been acknowledged
WarningStatusHistory.message
● String
scalar
message is the custom message sent to the commenter
Member Of
WarningStatus
object