SuspendUserInput
No description
type SuspendUserInput { userID: ID! timeout: Int! clientMutationId: String! message: String!}Fields#
userID (ID!)#
userID is the ID of the User that should be suspended.
timeout (Int!)#
timeout is the length of time (in seconds) that a User should be suspended for.
clientMutationId (String!)#
clientMutationId is required for Relay support.
message (String!)#
message is sent to suspended user via email.