Mutation
Variables
Response
Mutations
deletePostReport
Remove the current member’s flag on a post — undoes a mute, hide, or report they previously created.
MUTATION
deletePostReport(input: DeletePostReportInput!): DeletePostReportPayloadArguments
input
DeletePostReportInput!
required
Parameters for DeletePostReport
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
post
Mutation
Variables
Response