ModMessageStatusHistory
No description
type ModMessageStatusHistory { active: Boolean! createdBy: User! createdAt: Time! acknowledgedAt: Time message: String}
#
Fieldsactive
(Boolean!
)#
active when true, indicates that the given user has been sent a moderation message but has not acknowledged the message.
createdBy
(User!
)#
createdBy is the user that messaged the commenter
createdAt
(Time!
)#
createdAt is the time the user was messaged
acknowledgedAt
(Time
)#
acknowledgedAt is the time the commenter acknowledged the message. if null
then the message
has not been acknowledged
message
(String
)#
message is the custom message sent to the commenter