ENUM

ProjectState

State of the project; either 'open' or 'closed'

link GraphQL Schema definition

  • enum ProjectState {
  • # The project is open.
  • OPEN
  • # The project is closed.
  • CLOSED
  • }