WarningStatus
No description
type WarningStatus {
active: Boolean!
message: String
history: [WarningStatusHistory!]!
}
Fields
WarningStatus.active
● Boolean!
non-null scalar
active when true, indicates that the given user has been warned but has not acknowledged it.
WarningStatus.message
● String
scalar
message is the current message for the warning on the User.
WarningStatus.history
● [WarningStatusHistory!]!
non-null object
history will return the status history items for warnings.
Member Of
UserStatus
object