Mutations
addProjectCard
Adds a card to a ProjectColumn. Either contentId or note must be provided but not both.
Advertencia
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
| Nombre | Descripción |
|---|---|
| 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.
Advertencia
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
| Nombre | Descripción |
|---|---|
| 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.
Advertencia
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
| Nombre | Descripción |
|---|---|
| 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.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
createProject
Creates a new project.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
deleteProject
Deletes a project.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository or organization the project was removed from. |
deleteProjectCard
Deletes a project card.
Advertencia
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
| Nombre | Descripción |
|---|---|
| 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.
Advertencia
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
| Nombre | Descripción |
|---|---|
| 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.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
moveProjectCard
Moves a project card to another place.
Advertencia
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
| Nombre | Descripción |
|---|---|
| The new edge of the moved card. |
| A unique identifier for the client performing the mutation. |
moveProjectColumn
Moves a project column to another place.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new edge of the moved column. |
unlinkRepositoryFromProject
Deletes a repository link from a project.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
updateProject
Updates an existing project.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project. |
updateProjectCard
Updates an existing project card.
Advertencia
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
| Nombre | Descripción |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
updateProjectColumn
Updates an existing project column.
Advertencia
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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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
| Nombre | Descripción |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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
| Nombre | Descripción |
|---|---|
| The project's description body. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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
| Nombre | Descripción |
|---|---|
| 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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| List of cards in the column. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectProgress
Project progress stats.
Campos para ProjectProgress
| Nombre | Descripción |
|---|---|
| The number of done cards. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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
| Nombre | Descripción |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Advertencia
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. Advertencia
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. Advertencia
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 se implementa mediante
Campos para ProjectOwner
| Nombre | Descripción |
|---|---|
| The Node ID of the ProjectOwner object. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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. Advertencia
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 de ProjectCardArchivedState.
| Nombre | Descripción |
|---|---|
ARCHIVED | A project card that is archived. |
NOT_ARCHIVED | A project card that is not archived. |
ProjectCardState
Various content states of a ProjectCard.
Valores de ProjectCardState.
| Nombre | Descripción |
|---|---|
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 de ProjectColumnPurpose.
| Nombre | Descripción |
|---|---|
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 de ProjectOrderField.
| Nombre | Descripción |
|---|---|
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 de ProjectState.
| Nombre | Descripción |
|---|---|
CLOSED | The project is closed. |
OPEN | The project is open. |
ProjectTemplate
GitHub-provided templates for Projects.
Valores de ProjectTemplate.
| Nombre | Descripción |
|---|---|
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.
Tipos posibles para ProjectCardItem
Input objects
AddProjectCardInput
Autogenerated input type of AddProjectCard.
Campos de entrada para AddProjectCardInput
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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
| Nombre | Descripción |
|---|---|
| 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. |