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.
  • INSUFFICIENT_ACCESS
  • # Unable to create comment because issue is locked.
  • LOCKED
  • # You must be logged in to edit this comment.
  • LOGIN_REQUIRED
  • # Repository is under maintenance.
  • MAINTENANCE
  • # At least one email address must be verified to edit this comment.
  • VERIFIED_EMAIL_REQUIRED
  • }