ENUM
IssueState
The possible states of an issue.
link GraphQL Schema definition
- enum IssueState {
- # An issue that is still open
- # An issue that has been closed
- }
ENUM
The possible states of an issue.
- enum IssueState {
- # An issue that is still open
- # An issue that has been closed
- }