ENUM

IssueState

The possible states of an issue.

link GraphQL Schema definition

  • enum IssueState {
  • # An issue that is still open
  • OPEN
  • # An issue that has been closed
  • CLOSED
  • }