Mutation
Variables
Response
Mutations
createPostReport
Flag a post for the current member: mute it (unfollow), hide it (not_interesting), or report it to moderators (spam, offensive, other). Reporting notifies the space’s moderators.
MUTATION
createPostReport(input: CreatePostReportInput!): CreatePostReportPayloadArguments
input
CreatePostReportInput!
required
Parameters for CreatePostReport
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
post
Mutation
Variables
Response