ENUM
ProjectState
State of the project; either 'open' or 'closed'
link GraphQL Schema definition
- enum ProjectState {
- # The project is open.
- # The project is closed.
- }
link Require 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