Mutations
addProjectV2DraftIssue
Creates a new draft issue and add it to a Project.
addProjectV2DraftIssue에 대한 입력 필드
input(AddProjectV2DraftIssueInput!)
addProjectV2DraftIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
addProjectV2ItemById에 대한 입력 필드
input(AddProjectV2ItemByIdInput!)
addProjectV2ItemById에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item added to the project. |
archiveProjectV2Item
Archives a ProjectV2Item.
archiveProjectV2Item에 대한 입력 필드
input(ArchiveProjectV2ItemInput!)
archiveProjectV2Item에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
clearProjectV2ItemFieldValue에 대한 입력 필드
clearProjectV2ItemFieldValue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated item. |
convertProjectV2DraftIssueItemToIssue
Converts a projectV2 draft issue item to an issue.
convertProjectV2DraftIssueItemToIssue에 대한 입력 필드
convertProjectV2DraftIssueItemToIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated project item. |
copyProjectV2
Copy a project.
copyProjectV2에 대한 입력 필드
input(CopyProjectV2Input!)
copyProjectV2에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The copied project. |
createProjectV2
Creates a new project.
createProjectV2에 대한 입력 필드
input(CreateProjectV2Input!)
createProjectV2에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
createProjectV2Field
Create a new project field.
createProjectV2Field에 대한 입력 필드
input(CreateProjectV2FieldInput!)
createProjectV2Field에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
createProjectV2IssueField
Create a new project issue field.
createProjectV2IssueField에 대한 입력 필드
input(CreateProjectV2IssueFieldInput!)
createProjectV2IssueField에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
createProjectV2StatusUpdate
Creates a status update within a Project.
createProjectV2StatusUpdate에 대한 입력 필드
createProjectV2StatusUpdate에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The status update updated in the project. |
deleteProjectV2
Delete a project.
deleteProjectV2에 대한 입력 필드
input(DeleteProjectV2Input!)
deleteProjectV2에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted Project. |
deleteProjectV2Field
Delete a project field.
deleteProjectV2Field에 대한 입력 필드
input(DeleteProjectV2FieldInput!)
deleteProjectV2Field에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted field. |
deleteProjectV2Item
Deletes an item from a Project.
deleteProjectV2Item에 대한 입력 필드
input(DeleteProjectV2ItemInput!)
deleteProjectV2Item에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted item. |
deleteProjectV2StatusUpdate
Deletes a project status update.
deleteProjectV2StatusUpdate에 대한 입력 필드
deleteProjectV2StatusUpdate에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
deleteProjectV2Workflow에 대한 입력 필드
input(DeleteProjectV2WorkflowInput!)
deleteProjectV2Workflow에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
linkProjectV2ToRepository에 대한 입력 필드
input(LinkProjectV2ToRepositoryInput!)
linkProjectV2ToRepository에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the project is linked to. |
linkProjectV2ToTeam
Links a project to a team.
linkProjectV2ToTeam에 대한 입력 필드
input(LinkProjectV2ToTeamInput!)
linkProjectV2ToTeam에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
markProjectV2AsTemplate에 대한 입력 필드
input(MarkProjectV2AsTemplateInput!)
markProjectV2AsTemplate에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
unarchiveProjectV2Item
Unarchives a ProjectV2Item.
unarchiveProjectV2Item에 대한 입력 필드
input(UnarchiveProjectV2ItemInput!)
unarchiveProjectV2Item에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item unarchived from the project. |
unlinkProjectV2FromRepository
Unlinks a project from a repository.
unlinkProjectV2FromRepository에 대한 입력 필드
unlinkProjectV2FromRepository에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
unlinkProjectV2FromTeam에 대한 입력 필드
input(UnlinkProjectV2FromTeamInput!)
unlinkProjectV2FromTeam에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The team the project is unlinked from. |
unmarkProjectV2AsTemplate
Unmark a project as a template.
unmarkProjectV2AsTemplate에 대한 입력 필드
input(UnmarkProjectV2AsTemplateInput!)
unmarkProjectV2AsTemplate에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
updateProjectV2
Updates an existing project.
updateProjectV2에 대한 입력 필드
input(UpdateProjectV2Input!)
updateProjectV2에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated Project. |
updateProjectV2Collaborators
Update the collaborators on a team or a project.
updateProjectV2Collaborators에 대한 입력 필드
updateProjectV2Collaborators에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The collaborators granted a role. |
updateProjectV2DraftIssue
Updates a draft issue within a Project.
updateProjectV2DraftIssue에 대한 입력 필드
input(UpdateProjectV2DraftIssueInput!)
updateProjectV2DraftIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The draft issue updated in the project. |
updateProjectV2Field
Update a project field.
updateProjectV2Field에 대한 입력 필드
input(UpdateProjectV2FieldInput!)
updateProjectV2Field에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
updateProjectV2ItemFieldValue에 대한 입력 필드
updateProjectV2ItemFieldValue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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.
updateProjectV2ItemPosition에 대한 입력 필드
updateProjectV2ItemPosition에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The items in the new order. |
updateProjectV2StatusUpdate
Updates a status update within a Project.
updateProjectV2StatusUpdate에 대한 입력 필드
updateProjectV2StatusUpdate에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| 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 구현
AddedToProjectV2Event에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
DraftIssue에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of users to assigned to this draft issue. |
| 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). |
| Projects that link to this draft issue (currently draft issue can be linked to only one project). |
| 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 구현
ProjectV2에 대한 필드
| 이름 | 설명 |
|---|---|
| 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. 경고
|
| A field of the project.
|
List of fields and their constraints in the project.
| |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the ProjectV2 object. |
| List of items in the project.
|
| 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.
|
| The HTTP path for this project. |
| The project's short description. |
| List of the status updates in the project.
|
| The teams the project is linked to.
|
| 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.
|
| 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.
|
| A workflow of the project.
|
| List of the workflows in the project.
|
ProjectV2ActorConnection
The connection type for ProjectV2Actor.
ProjectV2ActorConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ActorEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Connection
The connection type for ProjectV2.
ProjectV2Connection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2Edge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Field
A field inside a project.
ProjectV2Field 구현
ProjectV2Field에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2FieldConfigurationConnection에 대한 필드
| 이름 | 설명 |
|---|---|
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.
ProjectV2FieldConfigurationEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2FieldConnection
The connection type for ProjectV2Field.
ProjectV2FieldConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2FieldEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Item
An item within a Project.
ProjectV2Item 구현
ProjectV2Item에 대한 필드
| 이름 | 설명 |
|---|---|
| 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. 경고
|
| The field value of the first project field which matches the
|
| The field values that are set on the item.
|
| 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.
ProjectV2ItemConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ItemEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
ProjectV2ItemFieldDateValue에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
ProjectV2ItemFieldIterationValue에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ItemFieldLabelValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The field that contains this value. |
| Labels value of a field. |
ProjectV2ItemFieldMilestoneValue
The value of a milestone field in a Project item.
ProjectV2ItemFieldMilestoneValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The field that contains this value. |
| Milestone value of a field. |
ProjectV2ItemFieldNumberValue
The value of a number field in a Project item.
ProjectV2ItemFieldNumberValue 구현
ProjectV2ItemFieldNumberValue에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ItemFieldPullRequestValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The field that contains this value. |
| The pull requests for this field.
|
ProjectV2ItemFieldRepositoryValue
The value of a repository field in a Project item.
ProjectV2ItemFieldRepositoryValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The field that contains this value. |
| The repository for this field. |
ProjectV2ItemFieldReviewerValue
The value of a reviewers field in a Project item.
ProjectV2ItemFieldReviewerValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The field that contains this value. |
| The reviewers for this field. |
ProjectV2ItemFieldSingleSelectValue
The value of a single select field in a Project item.
ProjectV2ItemFieldSingleSelectValue 구현
ProjectV2ItemFieldSingleSelectValue에 대한 필드
| 이름 | 설명 |
|---|---|
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 구현
ProjectV2ItemFieldTextValue에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ItemFieldUserValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The field that contains this value. |
| The users for this field. |
ProjectV2ItemFieldValueConnection
The connection type for ProjectV2ItemFieldValue.
ProjectV2ItemFieldValueConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ItemFieldValueEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ItemIssueFieldValue에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
ProjectV2ItemStatusChangedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
ProjectV2IterationField에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2IterationFieldConfiguration에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2IterationFieldIteration에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
ProjectV2SingleSelectField에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
|
| 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.
ProjectV2SingleSelectFieldOption에 대한 필드
| 이름 | 설명 |
|---|---|
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.
ProjectV2SortBy에 대한 필드
| 이름 | 설명 |
|---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByConnection
The connection type for ProjectV2SortBy.
ProjectV2SortByConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2SortByEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2SortByField
Represents a sort by field and direction.
ProjectV2SortByField에 대한 필드
| 이름 | 설명 |
|---|---|
| The direction of the sorting. Possible values are ASC and DESC. |
| The field by which items are sorted. |
ProjectV2SortByFieldConnection
The connection type for ProjectV2SortByField.
ProjectV2SortByFieldConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2SortByFieldEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2StatusUpdate
A status update within a project.
ProjectV2StatusUpdate 구현
ProjectV2StatusUpdate에 대한 필드
| 이름 | 설명 |
|---|---|
| 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. 경고
|
| 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.
ProjectV2StatusUpdateConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2StatusUpdateEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2View
A view within a ProjectV2.
ProjectV2View 구현
ProjectV2View에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. 경고
|
The view's visible fields.
| |
| The project view's filter. |
| Identifies the primary key from the database as a BigInt. |
| The view's group-by field. 경고
The
|
| The view's group-by field.
|
| 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. 경고
The |
| The view's sort-by config. |
| Identifies the date and time when the object was last updated. |
| The view's vertical-group-by field. 경고
The
|
| The view's vertical-group-by field.
|
| The view's visible fields. 경고
The
|
ProjectV2ViewConnection
The connection type for ProjectV2View.
ProjectV2ViewConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2ViewEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ProjectV2Workflow
A workflow inside a project.
ProjectV2Workflow 구현
ProjectV2Workflow에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. 경고
|
| 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.
ProjectV2WorkflowConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2WorkflowEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| 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 구현
RemovedFromProjectV2Event에 대한 필드
| 이름 | 설명 |
|---|---|
| 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은(는) 다음과 같이 구현됩니다.
AddedToProjectV2EventProjectV2ItemStatusChangedEventRemovedFromProjectV2EventConvertedFromDraftEvent
ProjectV2Event에 대한 필드
| 이름 | 설명 |
|---|---|
| Project referenced by event. |
| Did this event result from workflow automation?. |
ProjectV2FieldCommon
Common fields across different project field types.
ProjectV2FieldCommon은(는) 다음과 같이 구현됩니다.
ProjectV2FieldCommon에 대한 필드
| 이름 | 설명 |
|---|---|
| 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은(는) 다음과 같이 구현됩니다.
ProjectV2ItemFieldDateValueProjectV2ItemFieldIterationValueProjectV2ItemFieldNumberValueProjectV2ItemFieldSingleSelectValueProjectV2ItemFieldTextValue
ProjectV2ItemFieldValueCommon에 대한 필드
| 이름 | 설명 |
|---|---|
| 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은(는) 다음과 같이 구현됩니다.
ProjectV2Owner에 대한 필드
| 이름 | 설명 |
|---|---|
| The Node ID of the ProjectV2Owner object. |
| Find a project by number.
|
| A list of projects under the owner.
|
ProjectV2Recent
Recent projects for the owner.
ProjectV2Recent은(는) 다음과 같이 구현됩니다.
ProjectV2Recent에 대한 필드
| 이름 | 설명 |
|---|---|
| Recent projects that this user has modified in the context of the owner. |
Enums
ProjectV2CustomFieldType
The type of a project field.
ProjectV2CustomFieldType의 값
| 이름 | 설명 |
|---|---|
DATE | Date. |
ITERATION | Iteration. |
NUMBER | Number. |
SINGLE_SELECT | Single Select. |
TEXT | Text. |
ProjectV2FieldOrderField
Properties by which project v2 field connections can be ordered.
ProjectV2FieldOrderField의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2FieldType의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2ItemFieldValueOrderField의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2ItemOrderField의 값
| 이름 | 설명 |
|---|---|
POSITION | Order project v2 items by the their position in the project. |
ProjectV2ItemType
The type of a project item.
ProjectV2ItemType의 값
| 이름 | 설명 |
|---|---|
DRAFT_ISSUE | Draft Issue. |
ISSUE | Issue. |
PULL_REQUEST | Pull Request. |
REDACTED | Redacted Item. |
ProjectV2OrderField
Properties by which projects can be ordered.
ProjectV2OrderField의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2PermissionLevel의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2Roles의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2SingleSelectFieldOptionColor의 값
| 이름 | 설명 |
|---|---|
BLUE | BLUE. |
GRAY | GRAY. |
GREEN | GREEN. |
ORANGE | ORANGE. |
PINK | PINK. |
PURPLE | PURPLE. |
RED | RED. |
YELLOW | YELLOW. |
ProjectV2State
The possible states of a project v2.
ProjectV2State의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2StatusUpdateOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Allows chronological ordering of project v2 status updates. |
ProjectV2StatusUpdateStatus
The possible statuses of a project v2.
ProjectV2StatusUpdateStatus의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2ViewLayout의 값
| 이름 | 설명 |
|---|---|
BOARD_LAYOUT | Board layout. |
ROADMAP_LAYOUT | Roadmap layout. |
TABLE_LAYOUT | Table layout. |
ProjectV2ViewOrderField
Properties by which project v2 view connections can be ordered.
ProjectV2ViewOrderField의 값
| 이름 | 설명 |
|---|---|
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.
ProjectV2WorkflowsOrderField의 값
| 이름 | 설명 |
|---|---|
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.
OrganizationOrUser에 가능한 유형
ProjectV2Actor
Possible collaborators for a project.
ProjectV2Actor에 가능한 유형
ProjectV2FieldConfiguration
Configurations for project fields.
ProjectV2FieldConfiguration에 가능한 유형
ProjectV2IssueFieldValues
Possible issue field values for a Project item.
ProjectV2IssueFieldValues에 가능한 유형
ProjectV2ItemContent
Types that can be inside Project Items.
ProjectV2ItemContent에 가능한 유형
ProjectV2ItemFieldValue
Project field values.
ProjectV2ItemFieldValue에 가능한 유형
ProjectV2ItemFieldDateValueProjectV2ItemFieldIterationValueProjectV2ItemFieldLabelValueProjectV2ItemFieldMilestoneValueProjectV2ItemFieldNumberValueProjectV2ItemFieldPullRequestValueProjectV2ItemFieldRepositoryValueProjectV2ItemFieldReviewerValueProjectV2ItemFieldSingleSelectValueProjectV2ItemFieldTextValueProjectV2ItemFieldUserValueProjectV2ItemIssueFieldValue
Input objects
AddProjectV2DraftIssueInput
Autogenerated input type of AddProjectV2DraftIssue.
AddProjectV2DraftIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
AddProjectV2ItemByIdInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ArchiveProjectV2ItemInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ClearProjectV2ItemFieldValueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ConvertProjectV2DraftIssueItemToIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
CopyProjectV2Input에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
CreateProjectV2FieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
CreateProjectV2Input에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
CreateProjectV2IssueFieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
CreateProjectV2StatusUpdateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
DeleteProjectV2FieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to delete. |
DeleteProjectV2Input
Autogenerated input type of DeleteProjectV2.
DeleteProjectV2Input에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Project to delete. |
DeleteProjectV2ItemInput
Autogenerated input type of DeleteProjectV2Item.
DeleteProjectV2ItemInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
DeleteProjectV2StatusUpdateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the status update to be removed. |
DeleteProjectV2WorkflowInput
Autogenerated input type of DeleteProjectV2Workflow.
DeleteProjectV2WorkflowInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the workflow to be removed. |
LinkProjectV2ToRepositoryInput
Autogenerated input type of LinkProjectV2ToRepository.
LinkProjectV2ToRepositoryInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
LinkProjectV2ToTeamInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
MarkProjectV2AsTemplateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2Collaborator에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2FieldOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2FieldValue에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2Filters에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| List project v2 filtered by the state given. |
ProjectV2ItemFieldValueOrder
Ordering options for project v2 item field value connections.
ProjectV2ItemFieldValueOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
The field to order the project v2 item field values by. |
ProjectV2ItemOrder
Ordering options for project v2 item connections.
ProjectV2ItemOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order the project v2 items by. |
ProjectV2Iteration
Represents an iteration.
ProjectV2Iteration에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The duration of the iteration, in days. |
| The start date for the iteration. |
| The title for the iteration. |
ProjectV2IterationFieldConfigurationInput
Represents an iteration field configuration.
ProjectV2IterationFieldConfigurationInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2Order에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
ProjectV2SingleSelectFieldOptionInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
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.
ProjectV2StatusOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The direction in which to order nodes. |
| The field by which to order nodes. |
ProjectV2ViewOrder
Ordering options for project v2 view connections.
ProjectV2ViewOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order the project v2 views by. |
ProjectV2WorkflowOrder
Ordering options for project v2 workflows connections.
ProjectV2WorkflowOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order the project v2 workflows by. |
UnarchiveProjectV2ItemInput
Autogenerated input type of UnarchiveProjectV2Item.
UnarchiveProjectV2ItemInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UnlinkProjectV2FromRepositoryInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UnlinkProjectV2FromTeamInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UnmarkProjectV2AsTemplateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2CollaboratorsInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2DraftIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2FieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2Input에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2ItemFieldValueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2ItemPositionInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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.
UpdateProjectV2StatusUpdateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| 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. |