OperationsPostMutationsdeletePostOn this pagedeletePostDescriptionNo descriptionResponseReturns a ActionArgumentsNameDescriptionid - ID!Mutationmutation deletePost($id: ID!) { deletePost(id: $id) { status }}Variables{ "id": 4}Response{ "data": { "deletePost": { "status": "failed" } }}