mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-03 08:05:37 +00:00
8 lines
99 B
GraphQL
8 lines
99 B
GraphQL
mutation DeleteComment($id: ID!) {
|
|
DeleteComment(id: $id) {
|
|
id
|
|
content
|
|
deleted
|
|
}
|
|
}
|