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