Mutation
Variables
Response
Mutations
createChatReport
Flag a chat message for the current member: hide it (not_interesting) or report it to moderators (spam, offensive, other). Reporting notifies the space’s moderators.
MUTATION
createChatReport(input: CreateChatReportInput!): CreateChatReportPayloadArguments
input
CreateChatReportInput!
required
Parameters for CreateChatReport
Returns
chatMessage
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
Mutation
Variables
Response