query getPost($postId: ID!) {
  Post(id: $postId) {
    title
  }
}
