ENUM

PullRequestState

The possible states of a pull request.

link GraphQL Schema definition

  • enum PullRequestState {
  • # A pull request that is still open.
  • OPEN
  • # A pull request that has been closed without being merged.
  • CLOSED
  • # A pull request that has been closed by being merged.
  • MERGED
  • }