Files
2026-06-24 14:20:05 +02:00

3 lines
59 B
GraphQL

mutation DeletePost($id: String!) {
deletePost(id: $id)
}