SuspensionStatus
SuspensionStatus stores the user suspension status as well as the history of changes.
type SuspensionStatus { active: Boolean! until: Time history: [SuspensionStatusHistory!]!}Fields#
active (Boolean!)#
active when true, indicates that the given user is suspended.
until (Time)#
until is the time that the current user suspension is over.
history ([SuspensionStatusHistory!]!)#
history is the list of all suspension events against a specific User.