ENUM
CommentCannotEditReason
The possible errors that will prevent a user from editting a comment.
link GraphQL Schema definition
- enum CommentCannotEditReason {
- # You must be the author or have write access to this repository to edit this
- # comment.
- # Unable to create comment because issue is locked.
- # You must be logged in to edit this comment.
- # Repository is under maintenance.
- # At least one email address must be verified to edit this comment.
- }
link Require by
- CommentRepresents a comment.
- CommitCommentRepresents a comment on a given Commit.
- GistCommentRepresents a comment on an Gist.
- IssueAn Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
- IssueCommentRepresents a comment on an Issue.
- PullRequestA repository pull request.
- PullRequestReviewA review object for a given pull request.
- PullRequestReviewCommentA review comment associated with a given repository pull request.