BanStatus
BanStatus contains information about a ban for a given User.
type BanStatus { active: Boolean! sites: [Site!] history: [BanStatusHistory!]!}Fields#
active (Boolean!)#
active when true, indicates that the given user is banned.
sites ([Site!])#
sites is a list of sites that the user has been site banned on.
history ([BanStatusHistory!]!)#
history is the list of all ban events against a specific User.