---
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
mutation UpdatePost($id: String!, $title: String!, $content: String!) {
|
||||
updatePost(id: $id, title: $title, content: $content) {
|
||||
errors {
|
||||
...RegularError
|
||||
}
|
||||
post {
|
||||
...RegularPost
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user