Skip to main content

WarningStatus

No description

type WarningStatus {  active: Boolean!  message: String  history: [WarningStatusHistory!]!}

Fields#

active (Boolean!)#

active when true, indicates that the given user has been warned but has not acknowledged it.

message (String)#

message is the current message for the warning on the User.

history ([WarningStatusHistory!]!)#

history will return the status history items for warnings.