Mutations
addProjectCard
Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.
Aviso
addProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para addProjectCard
input(AddProjectCardInput!)
Campos de retorno para addProjectCard
| Nome | Descrição |
|---|---|
| The edge from the ProjectColumn's card connection. |
| A unique identifier for the client performing the mutation. |
| The ProjectColumn. |
addProjectColumn
Adds a column to a Project.
Aviso
addProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para addProjectColumn
input(AddProjectColumnInput!)
Campos de retorno para addProjectColumn
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The edge from the project's column connection. |
| The project. |
cloneProject
Creates a new project by cloning configuration from an existing project.
Aviso
cloneProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para cloneProject
input(CloneProjectInput!)
Campos de retorno para cloneProject
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the JobStatus for populating cloned fields. |
| The new cloned project. |
convertProjectCardNoteToIssue
Convert a project note card to one associated with a newly created issue.
Aviso
convertProjectCardNoteToIssue is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para convertProjectCardNoteToIssue
Campos de retorno para convertProjectCardNoteToIssue
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
createProject
Creates a new project.
Aviso
createProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para createProject
input(CreateProjectInput!)
Campos de retorno para createProject
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
deleteProject
Deletes a project.
Aviso
deleteProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para deleteProject
input(DeleteProjectInput!)
Campos de retorno para deleteProject
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository or organization the project was removed from. |
deleteProjectCard
Deletes a project card.
Aviso
deleteProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para deleteProjectCard
input(DeleteProjectCardInput!)
Campos de retorno para deleteProjectCard
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The column the deleted card was in. |
| The deleted card ID. |
deleteProjectColumn
Deletes a project column.
Aviso
deleteProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para deleteProjectColumn
input(DeleteProjectColumnInput!)
Campos de retorno para deleteProjectColumn
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted column ID. |
| The project the deleted column was in. |
linkRepositoryToProject
Creates a repository link for a project.
Aviso
linkRepositoryToProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para linkRepositoryToProject
input(LinkRepositoryToProjectInput!)
Campos de retorno para linkRepositoryToProject
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
moveProjectCard
Moves a project card to another place.
Aviso
moveProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para moveProjectCard
input(MoveProjectCardInput!)
Campos de retorno para moveProjectCard
| Nome | Descrição |
|---|---|
| The new edge of the moved card. |
| A unique identifier for the client performing the mutation. |
moveProjectColumn
Moves a project column to another place.
Aviso
moveProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para moveProjectColumn
input(MoveProjectColumnInput!)
Campos de retorno para moveProjectColumn
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new edge of the moved column. |
unlinkRepositoryFromProject
Deletes a repository link from a project.
Aviso
unlinkRepositoryFromProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para unlinkRepositoryFromProject
Campos de retorno para unlinkRepositoryFromProject
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
updateProject
Updates an existing project.
Aviso
updateProject is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para updateProject
input(UpdateProjectInput!)
Campos de retorno para updateProject
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project. |
updateProjectCard
Updates an existing project card.
Aviso
updateProjectCard is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para updateProjectCard
input(UpdateProjectCardInput!)
Campos de retorno para updateProjectCard
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
updateProjectColumn
Updates an existing project column.
Aviso
updateProjectColumn is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
Campos de entrada para updateProjectColumn
input(UpdateProjectColumnInput!)
Campos de retorno para updateProjectColumn
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project column. |
Objects
AddedToProjectEvent
Represents aadded_to_projectevent on a given issue or pull request.
AddedToProjectEvent Implementa
Campos para AddedToProjectEvent
| Nome | Descrição |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the AddedToProjectEvent object. |
| Project referenced by event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project card referenced by this project event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name referenced by this project event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
MovedColumnsInProjectEvent
Represents amoved_columns_in_projectevent on a given issue or pull request.
MovedColumnsInProjectEvent Implementa
Campos para MovedColumnsInProjectEvent
| Nome | Descrição |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the MovedColumnsInProjectEvent object. |
| Column name the issue or pull request was moved from. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project referenced by event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project card referenced by this project event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name the issue or pull request was moved to. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
Project
Projects manage issues, pull requests and notes within a project owner.
Project Implementa
Campos para Project
| Nome | Descrição |
|---|---|
| The project's description body. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The projects description body rendered to HTML. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| List of columns in the project. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was created. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The actor who originally created the project. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the primary key from the database. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the Project object. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project's name. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project's number. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project's owner. Currently limited to repositories, organizations, and users. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| List of pending cards in this project. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Argumentos para
|
| Project progress details. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP path for this project. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Whether the project is open or closed. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was last updated. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL for this project. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
| Check if the current viewer can update this object. |
ProjectCard
A card in a project.
ProjectCard Implementa
Campos para ProjectCard
| Nome | Descrição |
|---|---|
| The project column this card is associated under. A card may only belong to one project column at a time. The column field will be null if the card is created in a pending state and has yet to be associated with a column. Once cards are associated with a column, they will not become pending in the future. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The card content item. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was created. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The actor who created this card. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the primary key from the database. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the ProjectCard object. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Whether the card is archived. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The card note. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project that contains this card. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP path for this card. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The state of ProjectCard. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was last updated. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL for this card. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
ProjectCardConnection
The connection type for ProjectCard.
Campos para ProjectCardConnection
| Nome | Descrição |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectCardEdge
An edge in a connection.
Campos para ProjectCardEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectColumn
A column inside a project.
ProjectColumn Implementa
Campos para ProjectColumn
| Nome | Descrição |
|---|---|
| List of cards in the column. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Argumentos para
|
| Identifies the date and time when the object was created. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the primary key from the database. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the ProjectColumn object. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project column's name. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The project that contains this column. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The semantic purpose of the column. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP path for this project column. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Identifies the date and time when the object was last updated. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL for this project column. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
ProjectColumnConnection
The connection type for ProjectColumn.
Campos para ProjectColumnConnection
| Nome | Descrição |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectColumnEdge
An edge in a connection.
Campos para ProjectColumnEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectConnection
A list of projects associated with the owner.
Campos para ProjectConnection
| Nome | Descrição |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
ProjectEdge
An edge in a connection.
Campos para ProjectEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectProgress
Project progress stats.
Campos para ProjectProgress
| Nome | Descrição |
|---|---|
| The number of done cards. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The percentage of done cards. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Whether progress tracking is enabled and cards with purpose exist for this project. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The number of in-progress cards. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The percentage of in-progress cards. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The number of to do cards. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The percentage of to do cards. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
RemovedFromProjectEvent
Represents aremoved_from_projectevent on a given issue or pull request.
RemovedFromProjectEvent Implementa
Campos para RemovedFromProjectEvent
| Nome | Descrição |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The Node ID of the RemovedFromProjectEvent object. |
| Project referenced by event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name referenced by this project event. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
Interfaces
ProjectOwner
Represents an owner of a Project.
ProjectOwner é implementado por
Campos para ProjectOwner
| Nome | Descrição |
|---|---|
| The Node ID of the ProjectOwner object. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Find project by number. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Argumentos para
|
| A list of projects under the owner. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. Argumentos para
|
| The HTTP path listing owners projects. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| The HTTP URL listing owners projects. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Can the current viewer create new projects on this owner. Aviso
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
Enums
ProjectCardArchivedState
The possible archived states of a project card.
Valores para ProjectCardArchivedState
| Nome | Descrição |
|---|---|
ARCHIVED | A project card that is archived. |
NOT_ARCHIVED | A project card that is not archived. |
ProjectCardState
Various content states of a ProjectCard.
Valores para ProjectCardState
| Nome | Descrição |
|---|---|
CONTENT_ONLY | The card has content only. |
NOTE_ONLY | The card has a note only. |
REDACTED | The card is redacted. |
ProjectColumnPurpose
The semantic purpose of the column - todo, in progress, or done.
Valores para ProjectColumnPurpose
| Nome | Descrição |
|---|---|
DONE | The column contains cards which are complete. |
IN_PROGRESS | The column contains cards which are currently being worked on. |
TODO | The column contains cards still to be worked on. |
ProjectOrderField
Properties by which project connections can be ordered.
Valores para ProjectOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order projects by creation time. |
NAME | Order projects by name. |
UPDATED_AT | Order projects by update time. |
ProjectState
State of the project; eitheropenor 'closed'.
Valores para ProjectState
| Nome | Descrição |
|---|---|
CLOSED | The project is closed. |
OPEN | The project is open. |
ProjectTemplate
GitHub-provided templates for Projects.
Valores para ProjectTemplate
| Nome | Descrição |
|---|---|
AUTOMATED_KANBAN_V2 | Create a board with v2 triggers to automatically move cards across To do, In progress and Done columns. |
AUTOMATED_REVIEWS_KANBAN | Create a board with triggers to automatically move cards across columns with review automation. |
BASIC_KANBAN | Create a board with columns for To do, In progress and Done. |
BUG_TRIAGE | Create a board to triage and prioritize bugs with To do, priority, and Done columns. |
Unions
ProjectCardItem
Types that can be inside Project Cards.
Os possíveis tipos para ProjectCardItem
Input objects
AddProjectCardInput
Autogenerated input type of AddProjectCard.
Campos de entrada para AddProjectCardInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The content of the card. Must be a member of the ProjectCardItem union. |
| The note on the card. |
| The Node ID of the ProjectColumn. |
AddProjectColumnInput
Autogenerated input type of AddProjectColumn.
Campos de entrada para AddProjectColumnInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The name of the column. |
| The Node ID of the project. |
CloneProjectInput
Autogenerated input type of CloneProject.
Campos de entrada para CloneProjectInput
| Nome | Descrição |
|---|---|
| The description of the project. |
| A unique identifier for the client performing the mutation. |
| Whether or not to clone the source project's workflows. |
| The name of the project. |
| The visibility of the project, defaults to false (private). |
| The source project to clone. |
| The owner ID to create the project under. |
ConvertProjectCardNoteToIssueInput
Autogenerated input type of ConvertProjectCardNoteToIssue.
Campos de entrada para ConvertProjectCardNoteToIssueInput
| Nome | Descrição |
|---|---|
| The body of the newly created issue. |
| A unique identifier for the client performing the mutation. |
| The ProjectCard ID to convert. |
| The ID of the repository to create the issue in. |
| The title of the newly created issue. Defaults to the card's note text. |
CreateProjectInput
Autogenerated input type of CreateProject.
Campos de entrada para CreateProjectInput
| Nome | Descrição |
|---|---|
| The description of project. |
| A unique identifier for the client performing the mutation. |
| The name of project. |
| The owner ID to create the project under. |
| A list of repository IDs to create as linked repositories for the project. |
| The name of the GitHub-provided template. |
DeleteProjectCardInput
Autogenerated input type of DeleteProjectCard.
Campos de entrada para DeleteProjectCardInput
| Nome | Descrição |
|---|---|
| The id of the card to delete. |
| A unique identifier for the client performing the mutation. |
DeleteProjectColumnInput
Autogenerated input type of DeleteProjectColumn.
Campos de entrada para DeleteProjectColumnInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the column to delete. |
DeleteProjectInput
Autogenerated input type of DeleteProject.
Campos de entrada para DeleteProjectInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Project ID to update. |
LinkRepositoryToProjectInput
Autogenerated input type of LinkRepositoryToProject.
Campos de entrada para LinkRepositoryToProjectInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to link to a Repository. |
| The ID of the Repository to link to a Project. |
MoveProjectCardInput
Autogenerated input type of MoveProjectCard.
Campos de entrada para MoveProjectCardInput
| Nome | Descrição |
|---|---|
| Place the new card after the card with this id. Pass null to place it at the top. |
| The id of the card to move. |
| A unique identifier for the client performing the mutation. |
| The id of the column to move it into. |
MoveProjectColumnInput
Autogenerated input type of MoveProjectColumn.
Campos de entrada para MoveProjectColumnInput
| Nome | Descrição |
|---|---|
| Place the new column after the column with this id. Pass null to place it at the front. |
| A unique identifier for the client performing the mutation. |
| The id of the column to move. |
ProjectCardImport
An issue or PR and its owning repository to be used in a project card.
Campos de entrada para ProjectCardImport
| Nome | Descrição |
|---|---|
| The issue or pull request number. |
| Repository name with owner (owner/repository). |
ProjectColumnImport
A project column and a list of its issues and PRs.
Campos de entrada para ProjectColumnImport
| Nome | Descrição |
|---|---|
| The name of the column. |
| A list of issues and pull requests in the column. |
| The position of the column, starting from 0. |
ProjectOrder
Ways in which lists of projects can be ordered upon return.
Campos de entrada para ProjectOrder
| Nome | Descrição |
|---|---|
| The direction in which to order projects by the specified field. |
| The field in which to order projects by. |
UnlinkRepositoryFromProjectInput
Autogenerated input type of UnlinkRepositoryFromProject.
Campos de entrada para UnlinkRepositoryFromProjectInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project linked to the Repository. |
| The ID of the Repository linked to the Project. |
UpdateProjectCardInput
Autogenerated input type of UpdateProjectCard.
Campos de entrada para UpdateProjectCardInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the ProjectCard should be archived. |
| The note of ProjectCard. |
| The ProjectCard ID to update. |
UpdateProjectColumnInput
Autogenerated input type of UpdateProjectColumn.
Campos de entrada para UpdateProjectColumnInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The name of project column. |
| The ProjectColumn ID to update. |
UpdateProjectInput
Autogenerated input type of UpdateProject.
Campos de entrada para UpdateProjectInput
| Nome | Descrição |
|---|---|
| The description of project. |
| A unique identifier for the client performing the mutation. |
| The name of project. |
| The Project ID to update. |
| Whether the project is public or not. |
| Whether the project is open or closed. |