SuspendUserInput
No description
input SuspendUserInput {
  userID: ID!
  timeout: Int!
  clientMutationId: String!
  message: String!
}
Fields
SuspendUserInput.userID ● ID! non-null scalar
userID is the ID of the User that should be suspended.
SuspendUserInput.timeout ● Int! non-null scalar
timeout is the length of time (in seconds) that a User should be suspended for.
SuspendUserInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
SuspendUserInput.message ● String! non-null scalar
message is sent to suspended user via email.
Member Of
suspendUser  mutation