PremodStatusHistory
No description
type PremodStatusHistory {
  active: Boolean!
  createdBy: User
  createdAt: Time!
}
Fields
PremodStatusHistory.active ● Boolean! non-null scalar
active when true, indicates that the given user is premodded.
PremodStatusHistory.createdBy ● User object
createdBy is the user that flagged the commenter as pre-mod. If null, then the given
User was set to pre-mod by the system.
PremodStatusHistory.createdAt ● Time! non-null scalar
createdAt is the time the user was set to pre-mod
Member Of
PremodStatus  object