mutation CreatePost($input: PostInput!) { createPost(input: $input) { ...RegularPostResponse } }