mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-05 00:56:40 +00:00
7 lines
98 B
GraphQL
7 lines
98 B
GraphQL
mutation muteGroup($groupId: ID!) {
|
|
muteGroup(groupId: $groupId) {
|
|
id
|
|
isMutedByMe
|
|
}
|
|
}
|