mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-03-01 12:44:28 +00:00
4 lines
58 B
GraphQL
4 lines
58 B
GraphQL
mutation shout($id: ID!) {
|
|
shout(id: $id, type: Post)
|
|
}
|