ENUM
ProjectState
State of the project; either 'open' or 'closed'
link GraphQL Schema definition
1 enum ProjectState { 2 3 # The project is open. 4 5 6 # The project is closed. 7 8 }
link Required by
- OrganizationAn account on GitHub, with one or more owners, that has repositories, members and teams.
- ProjectProjects manage issues, pull requests and notes within a project owner.
- ProjectOwnerRepresents an owner of a Project.
- RepositoryA repository contains the content for a project.
- UpdateProjectInputAutogenerated input type of UpdateProject