---
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
mutation CreatePost($input: PostInput!) {
|
||||
createPost(input: $input) {
|
||||
...RegularPostResponse
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user