BanUserInput
No description
type BanUserInput { userID: ID! clientMutationId: String! message: String! siteIDs: [ID!] rejectExistingComments: Boolean}Fields#
userID (ID!)#
userID is the ID of the User that should have their account banned.
clientMutationId (String!)#
clientMutationId is required for Relay support.
message (String!)#
message is sent to banned user via email.
siteIDs ([ID!])#
site ID's to scope the ban to.
rejectExistingComments (Boolean)#
whether or not to reject all the user's previous comments when banning them.