ModMessageStatus
No description
type ModMessageStatus { active: Boolean! message: String history: [ModMessageStatusHistory!]!}Fields#
active (Boolean!)#
active when true, indicates that the given user has been sent a moderation message but has not acknowledged it.
message (String)#
message is the current message for the moderation message sent to the User.
history ([ModMessageStatusHistory!]!)#
history will return the status history items for moderation messages.