3 lines
59 B
GraphQL
3 lines
59 B
GraphQL
mutation DeletePost($id: String!) {
|
|
deletePost(id: $id)
|
|
} |
mutation DeletePost($id: String!) {
|
|
deletePost(id: $id)
|
|
} |