PremodStatus
No description
type PremodStatus {
  active: Boolean!
  history: [PremodStatusHistory!]!
}
Fields
PremodStatus.active ● Boolean! non-null scalar
active when true, indicates that the given user is set to pre-mod.
PremodStatus.history ● [PremodStatusHistory!]! non-null object
history is the list of all suspension events against a specific User.
Member Of
UserStatus  object