query PullRequestQuery($id: ID!) { node(id: $id) { __typename ... on PullRequest { title body state isDraft } } }