Two fixes were added in #245 with explanations. ## GitHubPRComment.url The `url` field should be added to the `pull_requests.graphql` query and mapped to the struct field. ## GitHubPRCommentConnection.nodes `node.comments` should be correctly converted and assigned to the field.
Two fixes were added in #245 with explanations.
GitHubPRComment.url
The
urlfield should be added to thepull_requests.graphqlquery and mapped to the struct field.GitHubPRCommentConnection.nodes
node.commentsshould be correctly converted and assigned to the field.