7 lines
98 B
GraphQL

mutation muteGroup($groupId: ID!) {
muteGroup(groupId: $groupId) {
id
isMutedByMe
}
}