mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-03 16:15:36 +00:00
9 lines
118 B
GraphQL
9 lines
118 B
GraphQL
mutation DeleteComment($id: ID!) {
|
|
DeleteComment(id: $id) {
|
|
id
|
|
content
|
|
contentExcerpt
|
|
deleted
|
|
}
|
|
}
|