Mutation
Variables
Response
Mutations
deletePostMute
Unmute a post, restoring its notifications. By default unmutes it for the current member; a host or moderator may pass memberId to unmute it for another member.
MUTATION
deletePostMute(input: DeletePostMuteInput!): DeletePostMutePayloadArguments
input
DeletePostMuteInput!
required
Parameters for DeletePostMute
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
post
Mutation
Variables
Response