GitHubComment
A GitHub issue or pull request comment.
type GitHubComment {
body: String
createdAt: String
htmlUrl: String
id: ID
issueUrl: String
updatedAt: String
url: String
user: GitHubUser
}
Fields
GitHubComment.body ● String scalar common
The comment body.
GitHubComment.createdAt ● String scalar common
When the comment was created.
GitHubComment.htmlUrl ● String scalar common
The HTML URL for the comment.
GitHubComment.id ● ID scalar common
The GitHub identifier for the comment.
GitHubComment.issueUrl ● String scalar common
The API URL for the related issue or pull request.
GitHubComment.updatedAt ● String scalar common
When the comment was last updated.
GitHubComment.url ● String scalar common
The API URL for the comment.
GitHubComment.user ● GitHubUser object common
The GitHub user who authored the comment.
Member Of
VIPPRMeta object