WarnUserInput
No description
input WarnUserInput {
  userID: ID!
  clientMutationId: String!
  message: String!
}
Fields
WarnUserInput.userID ● ID! non-null scalar
userID is the ID of the User that should have their account banned.
WarnUserInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
WarnUserInput.message ● String! non-null scalar
message is displayed to the user in the stream
Member Of
warnUser  mutation