Mutations
addProjectV2DraftIssue
Creates a new draft issue and add it to a Project.
Campos de entrada para addProjectV2DraftIssue
input(AddProjectV2DraftIssueInput!)
Campos de retorno para addProjectV2DraftIssue
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The draft issue added to the project. |
addProjectV2ItemById
Links an existing content instance to a Project.
Campos de entrada para addProjectV2ItemById
input(AddProjectV2ItemByIdInput!)
Campos de retorno para addProjectV2ItemById
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item added to the project. |
archiveProjectV2Item
Archives a ProjectV2Item.
Campos de entrada para archiveProjectV2Item
input(ArchiveProjectV2ItemInput!)
Campos de retorno para archiveProjectV2Item
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item archived from the project. |
clearProjectV2ItemFieldValue
This mutation clears the value of a field for an item in a Project. Currently only text, number, date, assignees, labels, single-select, iteration and milestone fields are supported.
Campos de entrada para clearProjectV2ItemFieldValue
Campos de retorno para clearProjectV2ItemFieldValue
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated item. |
convertProjectV2DraftIssueItemToIssue
Converts a projectV2 draft issue item to an issue.
Campos de entrada para convertProjectV2DraftIssueItemToIssue
Campos de retorno para convertProjectV2DraftIssueItemToIssue
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project item. |
copyProjectV2
Copy a project.
Campos de entrada para copyProjectV2
input(CopyProjectV2Input!)
Campos de retorno para copyProjectV2
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The copied project. |
createProjectV2
Creates a new project.
Campos de entrada para createProjectV2
input(CreateProjectV2Input!)
Campos de retorno para createProjectV2
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
createProjectV2Field
Create a new project field.
Campos de entrada para createProjectV2Field
input(CreateProjectV2FieldInput!)
Campos de retorno para createProjectV2Field
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
createProjectV2IssueField
Create a new project issue field.
Campos de entrada para createProjectV2IssueField
input(CreateProjectV2IssueFieldInput!)
Campos de retorno para createProjectV2IssueField
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
createProjectV2StatusUpdate
Creates a status update within a Project.
Campos de entrada para createProjectV2StatusUpdate
Campos de retorno para createProjectV2StatusUpdate
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The status update updated in the project. |
deleteProjectV2
Delete a project.
Campos de entrada para deleteProjectV2
input(DeleteProjectV2Input!)
Campos de retorno para deleteProjectV2
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted Project. |
deleteProjectV2Field
Delete a project field.
Campos de entrada para deleteProjectV2Field
input(DeleteProjectV2FieldInput!)
Campos de retorno para deleteProjectV2Field
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted field. |
deleteProjectV2Item
Deletes an item from a Project.
Campos de entrada para deleteProjectV2Item
input(DeleteProjectV2ItemInput!)
Campos de retorno para deleteProjectV2Item
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted item. |
deleteProjectV2StatusUpdate
Deletes a project status update.
Campos de entrada para deleteProjectV2StatusUpdate
Campos de retorno para deleteProjectV2StatusUpdate
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted status update. |
| The project the deleted status update was in. |
deleteProjectV2Workflow
Deletes a project workflow.
Campos de entrada para deleteProjectV2Workflow
input(DeleteProjectV2WorkflowInput!)
Campos de retorno para deleteProjectV2Workflow
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted workflow. |
| The project the deleted workflow was in. |
linkProjectV2ToRepository
Links a project to a repository.
Campos de entrada para linkProjectV2ToRepository
input(LinkProjectV2ToRepositoryInput!)
Campos de retorno para linkProjectV2ToRepository
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the project is linked to. |
linkProjectV2ToTeam
Links a project to a team.
Campos de entrada para linkProjectV2ToTeam
input(LinkProjectV2ToTeamInput!)
Campos de retorno para linkProjectV2ToTeam
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The team the project is linked to. |
markProjectV2AsTemplate
Mark a project as a template. Note that only projects which are owned by an Organization can be marked as a template.
Campos de entrada para markProjectV2AsTemplate
input(MarkProjectV2AsTemplateInput!)
Campos de retorno para markProjectV2AsTemplate
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
unarchiveProjectV2Item
Unarchives a ProjectV2Item.
Campos de entrada para unarchiveProjectV2Item
input(UnarchiveProjectV2ItemInput!)
Campos de retorno para unarchiveProjectV2Item
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item unarchived from the project. |
unlinkProjectV2FromRepository
Unlinks a project from a repository.
Campos de entrada para unlinkProjectV2FromRepository
Campos de retorno para unlinkProjectV2FromRepository
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the project is no longer linked to. |
unlinkProjectV2FromTeam
Unlinks a project to a team.
Campos de entrada para unlinkProjectV2FromTeam
input(UnlinkProjectV2FromTeamInput!)
Campos de retorno para unlinkProjectV2FromTeam
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The team the project is unlinked from. |
unmarkProjectV2AsTemplate
Unmark a project as a template.
Campos de entrada para unmarkProjectV2AsTemplate
input(UnmarkProjectV2AsTemplateInput!)
Campos de retorno para unmarkProjectV2AsTemplate
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
updateProjectV2
Updates an existing project.
Campos de entrada para updateProjectV2
input(UpdateProjectV2Input!)
Campos de retorno para updateProjectV2
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated Project. |
updateProjectV2Collaborators
Update the collaborators on a team or a project.
Campos de entrada para updateProjectV2Collaborators
Campos de retorno para updateProjectV2Collaborators
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The collaborators granted a role. |
updateProjectV2DraftIssue
Updates a draft issue within a Project.
Campos de entrada para updateProjectV2DraftIssue
input(UpdateProjectV2DraftIssueInput!)
Campos de retorno para updateProjectV2DraftIssue
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The draft issue updated in the project. |
updateProjectV2Field
Update a project field.
Campos de entrada para updateProjectV2Field
input(UpdateProjectV2FieldInput!)
Campos de retorno para updateProjectV2Field
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated field. |
updateProjectV2ItemFieldValue
This mutation updates the value of a field for an item in a Project. Currently only single-select, text, number, date, and iteration fields are supported.
Campos de entrada para updateProjectV2ItemFieldValue
Campos de retorno para updateProjectV2ItemFieldValue
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated item. |
updateProjectV2ItemPosition
This mutation updates the position of the item in the project, where the position represents the priority of an item.
Campos de entrada para updateProjectV2ItemPosition
Campos de retorno para updateProjectV2ItemPosition
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The items in the new order. |
updateProjectV2StatusUpdate
Updates a status update within a Project.
Campos de entrada para updateProjectV2StatusUpdate
Campos de retorno para updateProjectV2StatusUpdate
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The status update updated in the project. |
Objects
AddedToProjectV2Event
Represents aadded_to_project_v2event on a given issue or pull request.
AddedToProjectV2Event Implementa
Campos para AddedToProjectV2Event
| Nome | Descrição |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the AddedToProjectV2Event object. |
| Project referenced by event. |
| Did this event result from workflow automation?. |
DraftIssue
A draft issue within a project.
DraftIssue Implementa
Campos para DraftIssue
| Nome | Descrição |
|---|---|
| A list of users to assigned to this draft issue. Argumentos para
|
| The body of the draft issue. |
| The body of the draft issue rendered to HTML. |
| The body of the draft issue rendered to text. |
| Identifies the date and time when the object was created. |
| The actor who created this draft issue. |
| The Node ID of the DraftIssue object. |
| List of items linked with the draft issue (currently draft issue can be linked to only one item). Argumentos para
|
| Projects that link to this draft issue (currently draft issue can be linked to only one project). Argumentos para
|
| The title of the draft issue. |
| Identifies the date and time when the object was last updated. |
ProjectV2
New projects that manage issues, pull requests and drafts using tables and boards.
ProjectV2 Implementa
Campos para ProjectV2
| Nome | Descrição |
|---|---|
| Returns true if the project is closed. |
| Identifies the date and time when the object was closed. |
| Identifies the date and time when the object was created. |
| The actor who originally created the project. |
| Identifies the primary key from the database. Aviso
|
| A field of the project. Argumentos para
|
List of fields and their constraints in the project. Argumentos para
| |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2 object. |
| List of items in the project. Argumentos para
|
| The project's number. |
| The project's owner. Currently limited to organizations and users. |
| Returns true if the project is public. |
| The project's readme. |
| The repositories the project is linked to. Argumentos para
|
| The HTTP path for this project. |
| The project's short description. |
| List of the status updates in the project. Argumentos para
|
| The teams the project is linked to. Argumentos para
|
| Returns true if this project is a template. |
| The project's name. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this project. |
| A view of the project. Argumentos para
|
| 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. |
| List of views in the project. Argumentos para
|
| A workflow of the project. Argumentos para
|
| List of the workflows in the project. Argumentos para
|
ProjectV2ActorConnection
The connection type for ProjectV2Actor.
Campos para ProjectV2ActorConnection
| 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. |
ProjectV2ActorEdge
An edge in a connection.
Campos para ProjectV2ActorEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Connection
The connection type for ProjectV2.
Campos para ProjectV2Connection
| 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. |
ProjectV2Edge
An edge in a connection.
Campos para ProjectV2Edge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Field
A field inside a project.
ProjectV2Field Implementa
Campos para ProjectV2Field
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2Field object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2FieldConfigurationConnection
The connection type for ProjectV2FieldConfiguration.
Campos para ProjectV2FieldConfigurationConnection
| 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. |
ProjectV2FieldConfigurationEdge
An edge in a connection.
Campos para ProjectV2FieldConfigurationEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2FieldConnection
The connection type for ProjectV2Field.
Campos para ProjectV2FieldConnection
| 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. |
ProjectV2FieldEdge
An edge in a connection.
Campos para ProjectV2FieldEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Item
An item within a Project.
ProjectV2Item Implementa
Campos para ProjectV2Item
| Nome | Descrição |
|---|---|
| The content of the referenced draft issue, issue, pull request. |
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. Aviso
|
| The field value of the first project field which matches the Argumentos para
|
| The field values that are set on the item. Argumentos para
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2Item object. |
| Whether the item is archived. |
| The project that contains this item. |
| The type of the item. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemConnection
The connection type for ProjectV2Item.
Campos para ProjectV2ItemConnection
| 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. |
ProjectV2ItemEdge
An edge in a connection.
Campos para ProjectV2ItemEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2ItemFieldDateValue
The value of a date field in a Project item.
ProjectV2ItemFieldDateValue Implementa
Campos para ProjectV2ItemFieldDateValue
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| Date value for the field. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldDateValue object. |
| The project item that contains this value. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldIterationValue
The value of an iteration field in a Project item.
ProjectV2ItemFieldIterationValue Implementa
Campos para ProjectV2ItemFieldIterationValue
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The duration of the iteration in days. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldIterationValue object. |
| The project item that contains this value. |
| The ID of the iteration. |
| The start date of the iteration. |
| The title of the iteration. |
| The title of the iteration, with HTML. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldLabelValue
The value of the labels field in a Project item.
Campos para ProjectV2ItemFieldLabelValue
| Nome | Descrição |
|---|---|
| The field that contains this value. |
| Labels value of a field. |
ProjectV2ItemFieldMilestoneValue
The value of a milestone field in a Project item.
Campos para ProjectV2ItemFieldMilestoneValue
| Nome | Descrição |
|---|---|
| The field that contains this value. |
| Milestone value of a field. |
ProjectV2ItemFieldNumberValue
The value of a number field in a Project item.
ProjectV2ItemFieldNumberValue Implementa
Campos para ProjectV2ItemFieldNumberValue
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldNumberValue object. |
| The project item that contains this value. |
| Number as a float(8). |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldPullRequestValue
The value of a pull request field in a Project item.
Campos para ProjectV2ItemFieldPullRequestValue
| Nome | Descrição |
|---|---|
| The field that contains this value. |
| The pull requests for this field. Argumentos para
|
ProjectV2ItemFieldRepositoryValue
The value of a repository field in a Project item.
Campos para ProjectV2ItemFieldRepositoryValue
| Nome | Descrição |
|---|---|
| The field that contains this value. |
| The repository for this field. |
ProjectV2ItemFieldReviewerValue
The value of a reviewers field in a Project item.
Campos para ProjectV2ItemFieldReviewerValue
| Nome | Descrição |
|---|---|
| The field that contains this value. |
| The reviewers for this field. Argumentos para
|
ProjectV2ItemFieldSingleSelectValue
The value of a single select field in a Project item.
ProjectV2ItemFieldSingleSelectValue Implementa
Campos para ProjectV2ItemFieldSingleSelectValue
| Nome | Descrição |
|---|---|
The color applied to the selected single-select option. | |
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| A plain-text description of the selected single-select option, such as what the option means. |
| The description of the selected single-select option, including HTML tags. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldSingleSelectValue object. |
| The project item that contains this value. |
| The name of the selected single select option. |
| The html name of the selected single select option. |
| The id of the selected single select option. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldTextValue
The value of a text field in a Project item.
ProjectV2ItemFieldTextValue Implementa
Campos para ProjectV2ItemFieldTextValue
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldTextValue object. |
| The project item that contains this value. |
| Text value of a field. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldUserValue
The value of a user field in a Project item.
Campos para ProjectV2ItemFieldUserValue
| Nome | Descrição |
|---|---|
| The field that contains this value. |
| The users for this field. |
ProjectV2ItemFieldValueConnection
The connection type for ProjectV2ItemFieldValue.
Campos para ProjectV2ItemFieldValueConnection
| 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. |
ProjectV2ItemFieldValueEdge
An edge in a connection.
Campos para ProjectV2ItemFieldValueEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2ItemIssueFieldValue
The value of an issue field in a Project item.
Campos para ProjectV2ItemIssueFieldValue
| Nome | Descrição |
|---|---|
| Field that contains this value. |
| Value of the Issue Field. |
ProjectV2ItemStatusChangedEvent
Represents aproject_v2_item_status_changedevent on a given issue or pull request.
ProjectV2ItemStatusChangedEvent Implementa
Campos para ProjectV2ItemStatusChangedEvent
| Nome | Descrição |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ProjectV2ItemStatusChangedEvent object. |
| The previous status of the project item. |
| Project referenced by event. |
| The new status of the project item. |
| Did this event result from workflow automation?. |
ProjectV2IterationField
An iteration field inside a project.
ProjectV2IterationField Implementa
Campos para ProjectV2IterationField
| Nome | Descrição |
|---|---|
| Iteration configuration settings. |
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2IterationField object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2IterationFieldConfiguration
Iteration field configuration for a project.
Campos para ProjectV2IterationFieldConfiguration
| Nome | Descrição |
|---|---|
| The iteration's completed iterations. |
| The iteration's duration in days. |
| The iteration's iterations. |
| The iteration's start day of the week. |
ProjectV2IterationFieldIteration
Iteration field iteration settings for a project.
Campos para ProjectV2IterationFieldIteration
| Nome | Descrição |
|---|---|
| The iteration's duration in days. |
| The iteration's ID. |
| The iteration's start date. |
| The iteration's title. |
| The iteration's html title. |
ProjectV2SingleSelectField
A single select field inside a project.
ProjectV2SingleSelectField Implementa
Campos para ProjectV2SingleSelectField
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2SingleSelectField object. |
| The project field's name. |
| Options for the single select field. Argumentos para
|
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2SingleSelectFieldOption
Single select field option for a configuration for a project.
Campos para ProjectV2SingleSelectFieldOption
| Nome | Descrição |
|---|---|
The option's display color. | |
| The option's plain-text description. |
| The option's description, possibly containing HTML. |
| The option's ID. |
| The option's name. |
| The option's html name. |
ProjectV2SortBy
Represents a sort by field and direction.
Campos para ProjectV2SortBy
| Nome | Descrição |
|---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByConnection
The connection type for ProjectV2SortBy.
Campos para ProjectV2SortByConnection
| 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. |
ProjectV2SortByEdge
An edge in a connection.
Campos para ProjectV2SortByEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2SortByField
Represents a sort by field and direction.
Campos para ProjectV2SortByField
| Nome | Descrição |
|---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByFieldConnection
The connection type for ProjectV2SortByField.
Campos para ProjectV2SortByFieldConnection
| 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. |
ProjectV2SortByFieldEdge
An edge in a connection.
Campos para ProjectV2SortByFieldEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2StatusUpdate
A status update within a project.
ProjectV2StatusUpdate Implementa
Campos para ProjectV2StatusUpdate
| Nome | Descrição |
|---|---|
| The body of the status update. |
| The body of the status update rendered to HTML. |
| Identifies the date and time when the object was created. |
| The actor who created the status update. |
| Identifies the primary key from the database. Aviso
|
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2StatusUpdate object. |
| The project that contains this status update. |
| The start date of the status update. |
| The status of the status update. |
| The target date of the status update. |
| Identifies the date and time when the object was last updated. |
ProjectV2StatusUpdateConnection
The connection type for ProjectV2StatusUpdate.
Campos para ProjectV2StatusUpdateConnection
| 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. |
ProjectV2StatusUpdateEdge
An edge in a connection.
Campos para ProjectV2StatusUpdateEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2View
A view within a ProjectV2.
ProjectV2View Implementa
Campos para ProjectV2View
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Aviso
|
The view's visible fields. Argumentos para
| |
| The project view's filter. |
| Identifies the primary key from the database as a BigInt. |
| The view's group-by field. Aviso
The Argumentos para
|
| The view's group-by field. Argumentos para
|
| The Node ID of the ProjectV2View object. |
| The project view's layout. |
| The project view's name. |
| The project view's number. |
| The project that contains this view. |
| The view's sort-by config. Aviso
The |
| The view's sort-by config. Argumentos para
|
| Identifies the date and time when the object was last updated. |
| The view's vertical-group-by field. Aviso
The Argumentos para
|
| The view's vertical-group-by field. Argumentos para
|
| The view's visible fields. Aviso
The Argumentos para
|
ProjectV2ViewConnection
The connection type for ProjectV2View.
Campos para ProjectV2ViewConnection
| 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. |
ProjectV2ViewEdge
An edge in a connection.
Campos para ProjectV2ViewEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Workflow
A workflow inside a project.
ProjectV2Workflow Implementa
Campos para ProjectV2Workflow
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. Aviso
|
| Whether the workflow is enabled. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2Workflow object. |
| The name of the workflow. |
| The number of the workflow. |
| The project that contains this workflow. |
| Identifies the date and time when the object was last updated. |
ProjectV2WorkflowConnection
The connection type for ProjectV2Workflow.
Campos para ProjectV2WorkflowConnection
| 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. |
ProjectV2WorkflowEdge
An edge in a connection.
Campos para ProjectV2WorkflowEdge
| Nome | Descrição |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
RemovedFromProjectV2Event
Represents aremoved_from_project_v2event on a given issue or pull request.
RemovedFromProjectV2Event Implementa
Campos para RemovedFromProjectV2Event
| Nome | Descrição |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the RemovedFromProjectV2Event object. |
| Project referenced by event. |
| Did this event result from workflow automation?. |
Interfaces
ProjectV2Event
Represents an event related to a project on the timeline of an issue or pull request.
ProjectV2Event é implementado por
AddedToProjectV2EventProjectV2ItemStatusChangedEventRemovedFromProjectV2EventConvertedFromDraftEvent
Campos para ProjectV2Event
| Nome | Descrição |
|---|---|
| Project referenced by event. |
| Did this event result from workflow automation?. |
ProjectV2FieldCommon
Common fields across different project field types.
ProjectV2FieldCommon é implementado por
Campos para ProjectV2FieldCommon
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The field's type. |
| Identifies the primary key from the database. |
| The Node ID of the ProjectV2FieldCommon object. |
| The project field's name. |
| The project that contains this field. |
| Identifies the date and time when the object was last updated. |
ProjectV2ItemFieldValueCommon
Common fields across different project field value types.
ProjectV2ItemFieldValueCommon é implementado por
ProjectV2ItemFieldDateValueProjectV2ItemFieldIterationValueProjectV2ItemFieldNumberValueProjectV2ItemFieldSingleSelectValueProjectV2ItemFieldTextValue
Campos para ProjectV2ItemFieldValueCommon
| Nome | Descrição |
|---|---|
| Identifies the date and time when the object was created. |
| The actor who created the item. |
| Identifies the primary key from the database. |
| The project field that contains this value. |
| The Node ID of the ProjectV2ItemFieldValueCommon object. |
| The project item that contains this value. |
| Identifies the date and time when the object was last updated. |
ProjectV2Owner
Represents an owner of a project.
ProjectV2Owner é implementado por
Campos para ProjectV2Owner
| Nome | Descrição |
|---|---|
| The Node ID of the ProjectV2Owner object. |
| Find a project by number. Argumentos para
|
| A list of projects under the owner. Argumentos para
|
ProjectV2Recent
Recent projects for the owner.
ProjectV2Recent é implementado por
Campos para ProjectV2Recent
| Nome | Descrição |
|---|---|
| Recent projects that this user has modified in the context of the owner. Argumentos para
|
Enums
ProjectV2CustomFieldType
The type of a project field.
Valores para ProjectV2CustomFieldType
| Nome | Descrição |
|---|---|
DATE | Date. |
ITERATION | Iteration. |
NUMBER | Number. |
SINGLE_SELECT | Single Select. |
TEXT | Text. |
ProjectV2FieldOrderField
Properties by which project v2 field connections can be ordered.
Valores para ProjectV2FieldOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order project v2 fields by creation time. |
NAME | Order project v2 fields by name. |
POSITION | Order project v2 fields by position. |
ProjectV2FieldType
The type of a project field.
Valores para ProjectV2FieldType
| Nome | Descrição |
|---|---|
ASSIGNEES | Assignees. |
CLOSED | Closed. |
CREATED | Created. |
DATE | Date. |
ISSUE_TYPE | Issue type. |
ITERATION | Iteration. |
LABELS | Labels. |
LINKED_PULL_REQUESTS | Linked Pull Requests. |
MILESTONE | Milestone. |
NUMBER | Number. |
PARENT_ISSUE | Parent issue. |
REPOSITORY | Repository. |
REVIEWERS | Reviewers. |
SINGLE_SELECT | Single Select. |
SUB_ISSUES_PROGRESS | Sub-issues progress. |
TEXT | Text. |
TITLE | Title. |
TRACKED_BY | Tracked by. |
TRACKS | Tracks. |
UPDATED | Updated. |
ProjectV2ItemFieldValueOrderField
Properties by which project v2 item field value connections can be ordered.
Valores para ProjectV2ItemFieldValueOrderField
| Nome | Descrição |
|---|---|
POSITION | Order project v2 item field values by the their position in the project. |
ProjectV2ItemOrderField
Properties by which project v2 item connections can be ordered.
Valores para ProjectV2ItemOrderField
| Nome | Descrição |
|---|---|
POSITION | Order project v2 items by the their position in the project. |
ProjectV2ItemType
The type of a project item.
Valores para ProjectV2ItemType
| Nome | Descrição |
|---|---|
DRAFT_ISSUE | Draft Issue. |
ISSUE | Issue. |
PULL_REQUEST | Pull Request. |
REDACTED | Redacted Item. |
ProjectV2OrderField
Properties by which projects can be ordered.
Valores para ProjectV2OrderField
| Nome | Descrição |
|---|---|
CREATED_AT | The project's date and time of creation. |
NUMBER | The project's number. |
TITLE | The project's title. |
UPDATED_AT | The project's date and time of update. |
ProjectV2PermissionLevel
The possible roles of a collaborator on a project.
Valores para ProjectV2PermissionLevel
| Nome | Descrição |
|---|---|
ADMIN | The collaborator can view, edit, and maange the settings of the project. |
READ | The collaborator can view the project. |
WRITE | The collaborator can view and edit the project. |
ProjectV2Roles
The possible roles of a collaborator on a project.
Valores para ProjectV2Roles
| Nome | Descrição |
|---|---|
ADMIN | The collaborator can view, edit, and maange the settings of the project. |
NONE | The collaborator has no direct access to the project. |
READER | The collaborator can view the project. |
WRITER | The collaborator can view and edit the project. |
ProjectV2SingleSelectFieldOptionColor
The display color of a single-select field option.
Valores para ProjectV2SingleSelectFieldOptionColor
| Nome | Descrição |
|---|---|
BLUE | BLUE. |
GRAY | GRAY. |
GREEN | GREEN. |
ORANGE | ORANGE. |
PINK | PINK. |
PURPLE | PURPLE. |
RED | RED. |
YELLOW | YELLOW. |
ProjectV2State
The possible states of a project v2.
Valores para ProjectV2State
| Nome | Descrição |
|---|---|
CLOSED | A project v2 that has been closed. |
OPEN | A project v2 that is still open. |
ProjectV2StatusUpdateOrderField
Properties by which project v2 status updates can be ordered.
Valores para ProjectV2StatusUpdateOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Allows chronological ordering of project v2 status updates. |
ProjectV2StatusUpdateStatus
The possible statuses of a project v2.
Valores para ProjectV2StatusUpdateStatus
| Nome | Descrição |
|---|---|
AT_RISK | A project v2 that is at risk and encountering some challenges. |
COMPLETE | A project v2 that is complete. |
INACTIVE | A project v2 that is inactive. |
OFF_TRACK | A project v2 that is off track and needs attention. |
ON_TRACK | A project v2 that is on track with no risks. |
ProjectV2ViewLayout
The layout of a project v2 view.
Valores para ProjectV2ViewLayout
| Nome | Descrição |
|---|---|
BOARD_LAYOUT | Board layout. |
ROADMAP_LAYOUT | Roadmap layout. |
TABLE_LAYOUT | Table layout. |
ProjectV2ViewOrderField
Properties by which project v2 view connections can be ordered.
Valores para ProjectV2ViewOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | Order project v2 views by creation time. |
NAME | Order project v2 views by name. |
POSITION | Order project v2 views by position. |
ProjectV2WorkflowsOrderField
Properties by which project workflows can be ordered.
Valores para ProjectV2WorkflowsOrderField
| Nome | Descrição |
|---|---|
CREATED_AT | The date and time of the workflow creation. |
NAME | The name of the workflow. |
NUMBER | The number of the workflow. |
UPDATED_AT | The date and time of the workflow update. |
Unions
OrganizationOrUser
Used for argument of CreateProjectV2 mutation.
Os possíveis tipos para OrganizationOrUser
ProjectV2Actor
Possible collaborators for a project.
Os possíveis tipos para ProjectV2Actor
ProjectV2FieldConfiguration
Configurations for project fields.
Os possíveis tipos para ProjectV2FieldConfiguration
ProjectV2IssueFieldValues
Possible issue field values for a Project item.
Os possíveis tipos para ProjectV2IssueFieldValues
ProjectV2ItemContent
Types that can be inside Project Items.
Os possíveis tipos para ProjectV2ItemContent
ProjectV2ItemFieldValue
Project field values.
Os possíveis tipos para ProjectV2ItemFieldValue
ProjectV2ItemFieldDateValueProjectV2ItemFieldIterationValueProjectV2ItemFieldLabelValueProjectV2ItemFieldMilestoneValueProjectV2ItemFieldNumberValueProjectV2ItemFieldPullRequestValueProjectV2ItemFieldRepositoryValueProjectV2ItemFieldReviewerValueProjectV2ItemFieldSingleSelectValueProjectV2ItemFieldTextValueProjectV2ItemFieldUserValueProjectV2ItemIssueFieldValue
Input objects
AddProjectV2DraftIssueInput
Autogenerated input type of AddProjectV2DraftIssue.
Campos de entrada para AddProjectV2DraftIssueInput
| Nome | Descrição |
|---|---|
| The IDs of the assignees of the draft issue. |
| The body of the draft issue. |
| A unique identifier for the client performing the mutation. |
| The ID of the Project to add the draft issue to. |
| The title of the draft issue. A project item can also be created by providing the URL of an Issue or Pull Request if you have access. |
AddProjectV2ItemByIdInput
Autogenerated input type of AddProjectV2ItemById.
Campos de entrada para AddProjectV2ItemByIdInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the Issue or Pull Request to add. |
| The ID of the Project to add the item to. |
ArchiveProjectV2ItemInput
Autogenerated input type of ArchiveProjectV2Item.
Campos de entrada para ArchiveProjectV2ItemInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the ProjectV2Item to archive. |
| The ID of the Project to archive the item from. |
ClearProjectV2ItemFieldValueInput
Autogenerated input type of ClearProjectV2ItemFieldValue.
Campos de entrada para ClearProjectV2ItemFieldValueInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to be cleared. |
| The ID of the item to be cleared. |
| The ID of the Project. |
ConvertProjectV2DraftIssueItemToIssueInput
Autogenerated input type of ConvertProjectV2DraftIssueItemToIssue.
Campos de entrada para ConvertProjectV2DraftIssueItemToIssueInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the draft issue ProjectV2Item to convert. |
| The ID of the repository to create the issue in. |
CopyProjectV2Input
Autogenerated input type of CopyProjectV2.
Campos de entrada para CopyProjectV2Input
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| Include draft issues in the new project. |
| The owner ID of the new project. |
| The ID of the source Project to copy. |
| The title of the project. |
CreateProjectV2FieldInput
Autogenerated input type of CreateProjectV2Field.
Campos de entrada para CreateProjectV2FieldInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The data type of the field. |
| Configuration for an iteration field. |
| The name of the field. |
| The ID of the Project to create the field in. |
| Options for a single select field. At least one value is required if data_type is SINGLE_SELECT. |
CreateProjectV2Input
Autogenerated input type of CreateProjectV2.
Campos de entrada para CreateProjectV2Input
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The owner ID to create the project under. |
| The repository to link the project to. |
| The team to link the project to. The team will be granted read permissions. |
| The title of the project. |
CreateProjectV2IssueFieldInput
Autogenerated input type of CreateProjectV2IssueField.
Campos de entrada para CreateProjectV2IssueFieldInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the IssueField to create the field for. |
| The ID of the Project to create the field in. |
CreateProjectV2StatusUpdateInput
Autogenerated input type of CreateProjectV2StatusUpdate.
Campos de entrada para CreateProjectV2StatusUpdateInput
| Nome | Descrição |
|---|---|
| The body of the status update. |
| A unique identifier for the client performing the mutation. |
| The ID of the Project to create the status update in. |
| The start date of the status update. |
| The status of the status update. |
| The target date of the status update. |
DeleteProjectV2FieldInput
Autogenerated input type of DeleteProjectV2Field.
Campos de entrada para DeleteProjectV2FieldInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to delete. |
DeleteProjectV2Input
Autogenerated input type of DeleteProjectV2.
Campos de entrada para DeleteProjectV2Input
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to delete. |
DeleteProjectV2ItemInput
Autogenerated input type of DeleteProjectV2Item.
Campos de entrada para DeleteProjectV2ItemInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the item to be removed. |
| The ID of the Project from which the item should be removed. |
DeleteProjectV2StatusUpdateInput
Autogenerated input type of DeleteProjectV2StatusUpdate.
Campos de entrada para DeleteProjectV2StatusUpdateInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the status update to be removed. |
DeleteProjectV2WorkflowInput
Autogenerated input type of DeleteProjectV2Workflow.
Campos de entrada para DeleteProjectV2WorkflowInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the workflow to be removed. |
LinkProjectV2ToRepositoryInput
Autogenerated input type of LinkProjectV2ToRepository.
Campos de entrada para LinkProjectV2ToRepositoryInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to link to the repository. |
| The ID of the repository to link to the project. |
LinkProjectV2ToTeamInput
Autogenerated input type of LinkProjectV2ToTeam.
Campos de entrada para LinkProjectV2ToTeamInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to link to the team. |
| The ID of the team to link to the project. |
MarkProjectV2AsTemplateInput
Autogenerated input type of MarkProjectV2AsTemplate.
Campos de entrada para MarkProjectV2AsTemplateInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to mark as a template. |
ProjectV2Collaborator
A collaborator to update on a project. Only one of the userId or teamId should be provided.
Campos de entrada para ProjectV2Collaborator
| Nome | Descrição |
|---|---|
| The role to grant the collaborator. |
| The ID of the team as a collaborator. |
| The ID of the user as a collaborator. |
ProjectV2FieldOrder
Ordering options for project v2 field connections.
Campos de entrada para ProjectV2FieldOrder
| Nome | Descrição |
|---|---|
| The ordering direction. |
| The field to order the project v2 fields by. |
ProjectV2FieldValue
The values that can be used to update a field of an item inside a Project. Only 1 value can be updated at a time.
Campos de entrada para ProjectV2FieldValue
| Nome | Descrição |
|---|---|
| The ISO 8601 date to set on the field. |
| The id of the iteration to set on the field. |
| The number to set on the field. |
| The id of the single select option to set on the field. |
| The text to set on the field. |
ProjectV2Filters
Ways in which to filter lists of projects.
Campos de entrada para ProjectV2Filters
| Nome | Descrição |
|---|---|
| List project v2 filtered by the state given. |
ProjectV2ItemFieldValueOrder
Ordering options for project v2 item field value connections.
Campos de entrada para ProjectV2ItemFieldValueOrder
| Nome | Descrição |
|---|---|
| The ordering direction. |
The field to order the project v2 item field values by. |
ProjectV2ItemOrder
Ordering options for project v2 item connections.
Campos de entrada para ProjectV2ItemOrder
| Nome | Descrição |
|---|---|
| The ordering direction. |
| The field to order the project v2 items by. |
ProjectV2Iteration
Represents an iteration.
Campos de entrada para ProjectV2Iteration
| Nome | Descrição |
|---|---|
| The duration of the iteration, in days. |
| The start date for the iteration. |
| The title for the iteration. |
ProjectV2IterationFieldConfigurationInput
Represents an iteration field configuration.
Campos de entrada para ProjectV2IterationFieldConfigurationInput
| Nome | Descrição |
|---|---|
| The duration of each iteration, in days. |
| Zero or more iterations for the field. |
| The start date for the first iteration. |
ProjectV2Order
Ways in which lists of projects can be ordered upon return.
Campos de entrada para ProjectV2Order
| Nome | Descrição |
|---|---|
| The direction in which to order projects by the specified field. |
| The field in which to order projects by. |
ProjectV2SingleSelectFieldOptionInput
Represents a single select field option.
Campos de entrada para ProjectV2SingleSelectFieldOptionInput
| Nome | Descrição |
|---|---|
The display color of the option. | |
| The description text of the option. |
| The ID of an existing single select option. Include this to preserve the option's identity during updates, preventing item field values from being cleared. |
| The name of the option. |
ProjectV2StatusOrder
Ways in which project v2 status updates can be ordered.
Campos de entrada para ProjectV2StatusOrder
| Nome | Descrição |
|---|---|
| The direction in which to order nodes. |
| The field by which to order nodes. |
ProjectV2ViewOrder
Ordering options for project v2 view connections.
Campos de entrada para ProjectV2ViewOrder
| Nome | Descrição |
|---|---|
| The ordering direction. |
| The field to order the project v2 views by. |
ProjectV2WorkflowOrder
Ordering options for project v2 workflows connections.
Campos de entrada para ProjectV2WorkflowOrder
| Nome | Descrição |
|---|---|
| The ordering direction. |
| The field to order the project v2 workflows by. |
UnarchiveProjectV2ItemInput
Autogenerated input type of UnarchiveProjectV2Item.
Campos de entrada para UnarchiveProjectV2ItemInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the ProjectV2Item to unarchive. |
| The ID of the Project to archive the item from. |
UnlinkProjectV2FromRepositoryInput
Autogenerated input type of UnlinkProjectV2FromRepository.
Campos de entrada para UnlinkProjectV2FromRepositoryInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to unlink from the repository. |
| The ID of the repository to unlink from the project. |
UnlinkProjectV2FromTeamInput
Autogenerated input type of UnlinkProjectV2FromTeam.
Campos de entrada para UnlinkProjectV2FromTeamInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the project to unlink from the team. |
| The ID of the team to unlink from the project. |
UnmarkProjectV2AsTemplateInput
Autogenerated input type of UnmarkProjectV2AsTemplate.
Campos de entrada para UnmarkProjectV2AsTemplateInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to unmark as a template. |
UpdateProjectV2CollaboratorsInput
Autogenerated input type of UpdateProjectV2Collaborators.
Campos de entrada para UpdateProjectV2CollaboratorsInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The collaborators to update. |
| The ID of the project to update the collaborators for. |
UpdateProjectV2DraftIssueInput
Autogenerated input type of UpdateProjectV2DraftIssue.
Campos de entrada para UpdateProjectV2DraftIssueInput
| Nome | Descrição |
|---|---|
| The IDs of the assignees of the draft issue. |
| The body of the draft issue. |
| A unique identifier for the client performing the mutation. |
| The ID of the draft issue to update. |
| The title of the draft issue. |
UpdateProjectV2FieldInput
Autogenerated input type of UpdateProjectV2Field.
Campos de entrada para UpdateProjectV2FieldInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to update. |
| Configuration for a field of type ITERATION. Empty input is ignored, provided values overwrite the existing configuration, and existing configuration should be fetched for partial updates. |
| The name to update. |
| Options for a field of type SINGLE_SELECT. Empty input is ignored, provided values overwrite existing options, and existing options should be fetched for partial updates. |
UpdateProjectV2Input
Autogenerated input type of UpdateProjectV2.
Campos de entrada para UpdateProjectV2Input
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| Set the project to closed or open. |
| The ID of the Project to update. |
| Set the project to public or private. |
| Set the readme description of the project. |
| Set the short description of the project. |
| Set the title of the project. |
UpdateProjectV2ItemFieldValueInput
Autogenerated input type of UpdateProjectV2ItemFieldValue.
Campos de entrada para UpdateProjectV2ItemFieldValueInput
| Nome | Descrição |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to be updated. |
| The ID of the item to be updated. |
| The ID of the Project. |
| The value which will be set on the field. |
UpdateProjectV2ItemPositionInput
Autogenerated input type of UpdateProjectV2ItemPosition.
Campos de entrada para UpdateProjectV2ItemPositionInput
| Nome | Descrição |
|---|---|
| The ID of the item to position this item after. If omitted or set to null the item will be moved to top. |
| A unique identifier for the client performing the mutation. |
| The ID of the item to be moved. |
| The ID of the Project. |
UpdateProjectV2StatusUpdateInput
Autogenerated input type of UpdateProjectV2StatusUpdate.
Campos de entrada para UpdateProjectV2StatusUpdateInput
| Nome | Descrição |
|---|---|
| The body of the status update. |
| A unique identifier for the client performing the mutation. |
| The start date of the status update. |
| The status of the status update. |
| The ID of the status update to be updated. |
| The target date of the status update. |