Mutation
Variables
Response
Mutations
createPostMute
Mute a post to silence its notifications. By default mutes it for the current member; a host or moderator may pass memberId to mute it for another member. Idempotent.
MUTATION
createPostMute(input: CreatePostMuteInput!): CreatePostMutePayloadArguments
input
CreatePostMuteInput!
required
Parameters for CreatePostMute
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
post
Mutation
Variables
Response