모든 GraphQL 스키마에는 쿼리 및 변형 모두에 대한 루트 형식이 있습니다. 변형 형식은 서버의 데이터를 변경하는 GraphQL 작업을 정의합니다. HTTP 동사(예: POST
, ,
DELETE
)를 수행하는 것과 유사합니다.
자세한 내용은 GraphQL을 사용하여 통화 구성을(를) 참조하세요.
Clear all of a customer's queued migrations.
abortQueuedMigrations
에 대한 입력 필드
input
(AbortQueuedMigrationsInput!
)
abortQueuedMigrations
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
Abort a repository migration queued or in progress.
abortRepositoryMigration
에 대한 입력 필드
input
(AbortRepositoryMigrationInput!
)
abortRepositoryMigration
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
Access user namespace repository for a temporary duration.
accessUserNamespaceRepository
에 대한 입력 필드
accessUserNamespaceRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The time that repository access expires at. |
| The repository that is temporarily accessible. |
Adds assignees to an assignable object.
addAssigneesToAssignable
에 대한 입력 필드
input
(AddAssigneesToAssignableInput!
)
addAssigneesToAssignable
에 대한 반환 필드
속성 | 설명 |
---|---|
| The item that was assigned. |
| A unique identifier for the client performing the mutation. |
Adds a comment to an Issue or Pull Request.
addComment
에 대한 입력 필드
input
(AddCommentInput!
)
addComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The edge from the subject's comment connection. |
| The subject. |
| The edge from the subject's timeline connection. |
Adds a comment to a Discussion, possibly as a reply to another comment.
addDiscussionComment
에 대한 입력 필드
input
(AddDiscussionCommentInput!
)
addDiscussionComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created discussion comment. |
Vote for an option in a discussion poll.
addDiscussionPollVote
에 대한 입력 필드
input
(AddDiscussionPollVoteInput!
)
addDiscussionPollVote
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The poll option that a vote was added to. |
Adds an administrator to the global enterprise account.
addEnterpriseAdmin
에 대한 입력 필드
input
(AddEnterpriseAdminInput!
)
addEnterpriseAdmin
에 대한 반환 필드
속성 | 설명 |
---|---|
| The user who was added as an administrator. |
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
| The role of the administrator. |
| The viewer performing the mutation. |
Adds enterprise members to an organization within the enterprise.
Adds labels to a labelable object.
addLabelsToLabelable
에 대한 입력 필드
input
(AddLabelsToLabelableInput!
)
addLabelsToLabelable
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The item that was labeled. |
Adds a card to a ProjectColumn. Either contentId
or note
must be provided but not both.
경고
addProjectCard
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
addProjectCard
에 대한 입력 필드
input
(AddProjectCardInput!
)
addProjectCard
에 대한 반환 필드
속성 | 설명 |
---|---|
| The edge from the ProjectColumn's card connection. |
| A unique identifier for the client performing the mutation. |
| The ProjectColumn. |
Adds a column to a Project.
경고
addProjectColumn
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
addProjectColumn
에 대한 입력 필드
input
(AddProjectColumnInput!
)
addProjectColumn
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The edge from the project's column connection. |
| The project. |
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. |
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. |
Adds a review to a Pull Request.
addPullRequestReview
에 대한 입력 필드
input
(AddPullRequestReviewInput!
)
addPullRequestReview
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created pull request review. |
| The edge from the pull request's review connection. |
Adds a comment to a review.
addPullRequestReviewComment
에 대한 입력 필드
addPullRequestReviewComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created comment. |
| The edge from the review's comment connection. |
Adds a new thread to a pending Pull Request Review.
addPullRequestReviewThread
에 대한 입력 필드
input
(AddPullRequestReviewThreadInput!
)
addPullRequestReviewThread
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created thread. |
Adds a reply to an existing Pull Request Review Thread.
addPullRequestReviewThreadReply
에 대한 입력 필드
addPullRequestReviewThreadReply
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created reply. |
Adds a reaction to a subject.
addReaction
에 대한 입력 필드
input
(AddReactionInput!
)
addReaction
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The reaction object. |
| The reaction groups for the subject. |
| The reactable subject. |
Adds a star to a Starrable.
addStar
에 대한 입력 필드
input
(AddStarInput!
)
addStar
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The starrable. |
Adds a sub-issue to a given issue.
addSubIssue
에 대한 입력 필드
input
(AddSubIssueInput!
)
addSubIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The parent issue that the sub-issue was added to. |
| The sub-issue of the parent. |
Add an upvote to a discussion or discussion comment.
addUpvote
에 대한 입력 필드
input
(AddUpvoteInput!
)
addUpvote
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The votable subject. |
Adds a verifiable domain to an owning account.
addVerifiableDomain
에 대한 입력 필드
input
(AddVerifiableDomainInput!
)
addVerifiableDomain
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The verifiable domain that was added. |
Approve all pending deployments under one or more environments.
approveDeployments
에 대한 입력 필드
input
(ApproveDeploymentsInput!
)
approveDeployments
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The affected deployments. |
Approve a verifiable domain for notification delivery.
approveVerifiableDomain
에 대한 입력 필드
input
(ApproveVerifiableDomainInput!
)
approveVerifiableDomain
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The verifiable domain that was approved. |
Archives a ProjectV2Item.
archiveProjectV2Item
에 대한 입력 필드
input
(ArchiveProjectV2ItemInput!
)
archiveProjectV2Item
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The item archived from the project. |
Marks a repository as archived.
archiveRepository
에 대한 입력 필드
input
(ArchiveRepositoryInput!
)
archiveRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The repository that was marked as archived. |
Update your status on .
changeUserStatus
에 대한 입력 필드
input
(ChangeUserStatusInput!
)
changeUserStatus
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Your updated status. |
Clears all labels from a labelable object.
clearLabelsFromLabelable
에 대한 입력 필드
input
(ClearLabelsFromLabelableInput!
)
clearLabelsFromLabelable
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The item that was unlabeled. |
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. |
Creates a new project by cloning configuration from an existing project.
경고
cloneProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
cloneProject
에 대한 입력 필드
input
(CloneProjectInput!
)
cloneProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The id of the JobStatus for populating cloned fields. |
| The new cloned project. |
Create a new repository with the same files and directory structure as a template repository.
cloneTemplateRepository
에 대한 입력 필드
input
(CloneTemplateRepositoryInput!
)
cloneTemplateRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new repository. |
Close a discussion.
closeDiscussion
에 대한 입력 필드
input
(CloseDiscussionInput!
)
closeDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion that was closed. |
Close an issue.
closeIssue
에 대한 입력 필드
input
(CloseIssueInput!
)
closeIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was closed. |
Close a pull request.
closePullRequest
에 대한 입력 필드
input
(ClosePullRequestInput!
)
closePullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that was closed. |
Convert a project note card to one associated with a newly created issue.
경고
convertProjectCardNoteToIssue
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
convertProjectCardNoteToIssue
에 대한 입력 필드
convertProjectCardNoteToIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
Converts a projectV2 draft issue item to an issue.
convertProjectV2DraftIssueItemToIssue
에 대한 입력 필드
convertProjectV2DraftIssueItemToIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated project item. |
Converts a pull request to draft.
convertPullRequestToDraft
에 대한 입력 필드
input
(ConvertPullRequestToDraftInput!
)
convertPullRequestToDraft
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that is now a draft. |
Copy a project.
copyProjectV2
에 대한 입력 필드
input
(CopyProjectV2Input!
)
copyProjectV2
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The copied project. |
Invites a user to claim reattributable data.
createAttributionInvitation
에 대한 입력 필드
createAttributionInvitation
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The owner scoping the reattributable data. |
| The account owning the data to reattribute. |
| The account which may claim the data. |
Create a new branch protection rule.
createBranchProtectionRule
에 대한 입력 필드
input
(CreateBranchProtectionRuleInput!
)
createBranchProtectionRule
에 대한 반환 필드
속성 | 설명 |
---|---|
| The newly created BranchProtectionRule. |
| A unique identifier for the client performing the mutation. |
Create a check run.
createCheckRun
에 대한 입력 필드
input
(CreateCheckRunInput!
)
createCheckRun
에 대한 반환 필드
속성 | 설명 |
---|---|
| The newly created check run. |
| A unique identifier for the client performing the mutation. |
Create a check suite.
createCheckSuite
에 대한 입력 필드
input
(CreateCheckSuiteInput!
)
createCheckSuite
에 대한 반환 필드
속성 | 설명 |
---|---|
| The newly created check suite. |
| A unique identifier for the client performing the mutation. |
Appends a commit to the given branch as the authenticated user.
This mutation creates a commit whose parent is the HEAD of the provided branch and also updates that branch to point to the new commit. It can be thought of as similar to git commit
.
Commits are appended to a branch
of type Ref
. This must refer to a git branch (i.e. the fully qualified path must begin with refs/heads/
, although including this prefix is optional.
Callers may specify the branch
to commit to either by its global node ID or by passing both of repositoryNameWithOwner
and refName
. For more details see the documentation for CommittableBranch
.
fileChanges
are specified as a FilesChanges
object describing FileAdditions
and FileDeletions
.
Please see the documentation for FileChanges
for more information on how to use this argument to describe any set of file changes.
Similar to the web commit interface, this mutation does not support specifying the author or committer of the commit and will not add support for this in the future.
A commit created by a successful execution of this mutation will be authored by the owner of the credential which authenticates the API request. The committer will be identical to that of commits authored using the web interface.
If you need full control over author and committer information, please use the Git Database REST API instead.
Commits made using this mutation are automatically signed by if supported and will be marked as verified in the user interface.
createCommitOnBranch
에 대한 입력 필드
input
(CreateCommitOnBranchInput!
)
createCommitOnBranch
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new commit. |
| The ref which has been updated to point to the new commit. |
Creates a new deployment event.
createDeployment
에 대한 입력 필드
input
(CreateDeploymentInput!
)
createDeployment
에 대한 반환 필드
속성 | 설명 |
---|---|
| True if the default branch has been auto-merged into the deployment ref. |
| A unique identifier for the client performing the mutation. |
| The new deployment. |
Create a deployment status.
createDeploymentStatus
에 대한 입력 필드
input
(CreateDeploymentStatusInput!
)
createDeploymentStatus
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new deployment status. |
Create a discussion.
createDiscussion
에 대한 입력 필드
input
(CreateDiscussionInput!
)
createDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion that was just created. |
Creates an organization as part of an enterprise account. A personal access token used to create an organization is implicitly permitted to update the organization it created, if the organization is part of an enterprise that has SAML enabled or uses Enterprise Managed Users. If the organization is not part of such an enterprise, and instead has SAML enabled for it individually, the token will then require SAML authorization to continue working against that organization.
createEnterpriseOrganization
에 대한 입력 필드
createEnterpriseOrganization
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise that owns the created organization. |
| The organization that was created. |
Creates an environment or simply returns it if already exists.
createEnvironment
에 대한 입력 필드
input
(CreateEnvironmentInput!
)
createEnvironment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new or existing environment. |
Creates a new IP allow list entry.
createIpAllowListEntry
에 대한 입력 필드
input
(CreateIpAllowListEntryInput!
)
createIpAllowListEntry
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list entry that was created. |
Creates a new issue.
createIssue
에 대한 입력 필드
input
(CreateIssueInput!
)
createIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new issue. |
Creates a new issue type.
createIssueType
에 대한 입력 필드
input
(CreateIssueTypeInput!
)
createIssueType
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created issue type. |
Creates a new label.
createLabel
에 대한 입력 필드
input
(CreateLabelInput!
)
createLabel
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new label. |
Create a branch linked to an issue.
createLinkedBranch
에 대한 입력 필드
input
(CreateLinkedBranchInput!
)
createLinkedBranch
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was linked to. |
| The new branch issue reference. |
Creates a Enterprise Importer (GEI) migration source.
createMigrationSource
에 대한 입력 필드
input
(CreateMigrationSourceInput!
)
createMigrationSource
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The created migration source. |
Creates a new project.
경고
createProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
createProject
에 대한 입력 필드
input
(CreateProjectInput!
)
createProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
Creates a new project.
createProjectV2
에 대한 입력 필드
input
(CreateProjectV2Input!
)
createProjectV2
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new project. |
Create a new project field.
createProjectV2Field
에 대한 입력 필드
input
(CreateProjectV2FieldInput!
)
createProjectV2Field
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new field. |
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. |
Create a new pull request.
createPullRequest
에 대한 입력 필드
input
(CreatePullRequestInput!
)
createPullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new pull request. |
Create a new Git Ref.
createRef
에 대한 입력 필드
input
(CreateRefInput!
)
createRef
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created ref. |
Create a new repository.
createRepository
에 대한 입력 필드
input
(CreateRepositoryInput!
)
createRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new repository. |
Create a repository ruleset.
createRepositoryRuleset
에 대한 입력 필드
input
(CreateRepositoryRulesetInput!
)
createRepositoryRuleset
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created Ruleset. |
Creates a new team discussion.
createTeamDiscussion
에 대한 입력 필드
input
(CreateTeamDiscussionInput!
)
createTeamDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new discussion. 경고
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
Creates a new team discussion comment.
createTeamDiscussionComment
에 대한 입력 필드
createTeamDiscussionComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new comment. 경고
The Team Discussions feature is deprecated in favor of Organization Discussions. Follow the guide at https://.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to find a suitable replacement. Removal on 2024-07-01 UTC. |
Creates a new user list.
createUserList
에 대한 입력 필드
input
(CreateUserListInput!
)
createUserList
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The list that was just created. |
| The user who created the list. |
Delete a branch protection rule.
deleteBranchProtectionRule
에 대한 입력 필드
input
(DeleteBranchProtectionRuleInput!
)
deleteBranchProtectionRule
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Deletes a deployment.
deleteDeployment
에 대한 입력 필드
input
(DeleteDeploymentInput!
)
deleteDeployment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Delete a discussion and all of its replies.
deleteDiscussion
에 대한 입력 필드
input
(DeleteDiscussionInput!
)
deleteDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion that was just deleted. |
Delete a discussion comment. If it has replies, wipe it instead.
deleteDiscussionComment
에 대한 입력 필드
input
(DeleteDiscussionCommentInput!
)
deleteDiscussionComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion comment that was just deleted. |
Deletes an environment.
deleteEnvironment
에 대한 입력 필드
input
(DeleteEnvironmentInput!
)
deleteEnvironment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Deletes an IP allow list entry.
deleteIpAllowListEntry
에 대한 입력 필드
input
(DeleteIpAllowListEntryInput!
)
deleteIpAllowListEntry
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list entry that was deleted. |
Deletes an Issue object.
deleteIssue
에 대한 입력 필드
input
(DeleteIssueInput!
)
deleteIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The repository the issue belonged to. |
Deletes an IssueComment object.
deleteIssueComment
에 대한 입력 필드
input
(DeleteIssueCommentInput!
)
deleteIssueComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Delete an issue type.
deleteIssueType
에 대한 입력 필드
input
(DeleteIssueTypeInput!
)
deleteIssueType
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted issue type. |
Deletes a label.
deleteLabel
에 대한 입력 필드
input
(DeleteLabelInput!
)
deleteLabel
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Unlink a branch from an issue.
deleteLinkedBranch
에 대한 입력 필드
input
(DeleteLinkedBranchInput!
)
deleteLinkedBranch
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue the linked branch was unlinked from. |
Delete a package version.
deletePackageVersion
에 대한 입력 필드
input
(DeletePackageVersionInput!
)
deletePackageVersion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Whether or not the operation succeeded. |
Deletes a project.
경고
deleteProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
deleteProject
에 대한 입력 필드
input
(DeleteProjectInput!
)
deleteProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The repository or organization the project was removed from. |
Deletes a project card.
경고
deleteProjectCard
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
deleteProjectCard
에 대한 입력 필드
input
(DeleteProjectCardInput!
)
deleteProjectCard
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The column the deleted card was in. |
| The deleted card ID. |
Deletes a project column.
경고
deleteProjectColumn
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
deleteProjectColumn
에 대한 입력 필드
input
(DeleteProjectColumnInput!
)
deleteProjectColumn
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The deleted column ID. |
| The project the deleted column was in. |
Delete a project.
deleteProjectV2
에 대한 입력 필드
input
(DeleteProjectV2Input!
)
deleteProjectV2
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The deleted Project. |
Delete a project field.
deleteProjectV2Field
에 대한 입력 필드
input
(DeleteProjectV2FieldInput!
)
deleteProjectV2Field
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The deleted field. |
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. |
Deletes a project status update.
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. |
Deletes a pull request review.
deletePullRequestReview
에 대한 입력 필드
input
(DeletePullRequestReviewInput!
)
deletePullRequestReview
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The deleted pull request review. |
Deletes a pull request review comment.
deletePullRequestReviewComment
에 대한 입력 필드
deletePullRequestReviewComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The pull request review the deleted comment belonged to. |
| The deleted pull request review comment. |
Delete a Git Ref.
deleteRef
에 대한 입력 필드
input
(DeleteRefInput!
)
deleteRef
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Delete a repository ruleset.
deleteRepositoryRuleset
에 대한 입력 필드
input
(DeleteRepositoryRulesetInput!
)
deleteRepositoryRuleset
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Deletes a team discussion.
deleteTeamDiscussion
에 대한 입력 필드
input
(DeleteTeamDiscussionInput!
)
deleteTeamDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Deletes a team discussion comment.
deleteTeamDiscussionComment
에 대한 입력 필드
deleteTeamDiscussionComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Deletes a user list.
deleteUserList
에 대한 입력 필드
input
(DeleteUserListInput!
)
deleteUserList
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The owner of the list that will be deleted. |
Deletes a verifiable domain.
deleteVerifiableDomain
에 대한 입력 필드
input
(DeleteVerifiableDomainInput!
)
deleteVerifiableDomain
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The owning account from which the domain was deleted. |
Remove a pull request from the merge queue.
dequeuePullRequest
에 대한 입력 필드
input
(DequeuePullRequestInput!
)
dequeuePullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The merge queue entry of the dequeued pull request. |
Disable auto merge on the given pull request.
disablePullRequestAutoMerge
에 대한 입력 필드
disablePullRequestAutoMerge
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The pull request auto merge was disabled on. |
Dismisses an approved or rejected pull request review.
dismissPullRequestReview
에 대한 입력 필드
input
(DismissPullRequestReviewInput!
)
dismissPullRequestReview
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The dismissed pull request review. |
Dismisses the Dependabot alert.
dismissRepositoryVulnerabilityAlert
에 대한 입력 필드
dismissRepositoryVulnerabilityAlert
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The Dependabot alert that was dismissed. |
Enable the default auto-merge on a pull request.
enablePullRequestAutoMerge
에 대한 입력 필드
input
(EnablePullRequestAutoMergeInput!
)
enablePullRequestAutoMerge
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The pull request auto-merge was enabled on. |
Add a pull request to the merge queue.
enqueuePullRequest
에 대한 입력 필드
input
(EnqueuePullRequestInput!
)
enqueuePullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The merge queue entry for the enqueued pull request. |
Follow an organization.
followOrganization
에 대한 입력 필드
input
(FollowOrganizationInput!
)
followOrganization
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The organization that was followed. |
Follow a user.
followUser
에 대한 입력 필드
input
(FollowUserInput!
)
followUser
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The user that was followed. |
Grant the migrator role to a user for all organizations under an enterprise account.
grantEnterpriseOrganizationsMigratorRole
에 대한 입력 필드
grantEnterpriseOrganizationsMigratorRole
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The organizations that had the migrator role applied to for the given user. |
Grant the migrator role to a user or a team.
grantMigratorRole
에 대한 입력 필드
input
(GrantMigratorRoleInput!
)
grantMigratorRole
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
Creates a new project by importing columns and a list of issues/PRs.
경고
importProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
importProject
에 대한 입력 필드
input
(ImportProjectInput!
)
importProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new Project!. |
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. |
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. |
Creates a repository link for a project.
경고
linkRepositoryToProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
linkRepositoryToProject
에 대한 입력 필드
input
(LinkRepositoryToProjectInput!
)
linkRepositoryToProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
Lock a lockable object.
lockLockable
에 대한 입력 필드
input
(LockLockableInput!
)
lockLockable
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The item that was locked. |
Mark a discussion comment as the chosen answer for discussions in an answerable category.
markDiscussionCommentAsAnswer
에 대한 입력 필드
markDiscussionCommentAsAnswer
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion that includes the chosen comment. |
Mark a pull request file as viewed.
markFileAsViewed
에 대한 입력 필드
input
(MarkFileAsViewedInput!
)
markFileAsViewed
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated pull request. |
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. |
Marks a pull request ready for review.
markPullRequestReadyForReview
에 대한 입력 필드
markPullRequestReadyForReview
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that is ready for review. |
Merge a head into a branch.
mergeBranch
에 대한 입력 필드
input
(MergeBranchInput!
)
mergeBranch
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The resulting merge Commit. |
Merge a pull request.
mergePullRequest
에 대한 입력 필드
input
(MergePullRequestInput!
)
mergePullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The pull request that was merged. |
Minimizes a comment on an Issue, Commit, Pull Request, or Gist.
minimizeComment
에 대한 입력 필드
input
(MinimizeCommentInput!
)
minimizeComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The comment that was minimized. |
Moves a project card to another place.
경고
moveProjectCard
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
moveProjectCard
에 대한 입력 필드
input
(MoveProjectCardInput!
)
moveProjectCard
에 대한 반환 필드
속성 | 설명 |
---|---|
| The new edge of the moved card. |
| A unique identifier for the client performing the mutation. |
Moves a project column to another place.
경고
moveProjectColumn
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
moveProjectColumn
에 대한 입력 필드
input
(MoveProjectColumnInput!
)
moveProjectColumn
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new edge of the moved column. |
Pin an environment to a repository.
pinEnvironment
에 대한 입력 필드
input
(PinEnvironmentInput!
)
pinEnvironment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The environment that was pinned. |
| The pinned environment if we pinned. |
Pin an issue to a repository.
pinIssue
에 대한 입력 필드
input
(PinIssueInput!
)
pinIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was pinned. |
Regenerates a verifiable domain's verification token.
Reject all pending deployments under one or more environments.
rejectDeployments
에 대한 입력 필드
input
(RejectDeploymentsInput!
)
rejectDeployments
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The affected deployments. |
Removes assignees from an assignable object.
removeAssigneesFromAssignable
에 대한 입력 필드
removeAssigneesFromAssignable
에 대한 반환 필드
속성 | 설명 |
---|---|
| The item that was unassigned. |
| A unique identifier for the client performing the mutation. |
Removes an administrator from the enterprise.
removeEnterpriseAdmin
에 대한 입력 필드
input
(RemoveEnterpriseAdminInput!
)
removeEnterpriseAdmin
에 대한 반환 필드
속성 | 설명 |
---|---|
| The user who was removed as an administrator. |
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
| A message confirming the result of removing an administrator. |
| The viewer performing the mutation. |
Removes labels from a Labelable object.
removeLabelsFromLabelable
에 대한 입력 필드
input
(RemoveLabelsFromLabelableInput!
)
removeLabelsFromLabelable
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The Labelable the labels were removed from. |
Removes outside collaborator from all repositories in an organization.
removeOutsideCollaborator
에 대한 입력 필드
input
(RemoveOutsideCollaboratorInput!
)
removeOutsideCollaborator
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The user that was removed as an outside collaborator. |
Removes a reaction from a subject.
removeReaction
에 대한 입력 필드
input
(RemoveReactionInput!
)
removeReaction
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The reaction object. |
| The reaction groups for the subject. |
| The reactable subject. |
Removes a star from a Starrable.
removeStar
에 대한 입력 필드
input
(RemoveStarInput!
)
removeStar
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The starrable. |
Removes a sub-issue from a given issue.
removeSubIssue
에 대한 입력 필드
input
(RemoveSubIssueInput!
)
removeSubIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The parent of the sub-issue. |
| The sub-issue of the parent. |
Remove an upvote to a discussion or discussion comment.
removeUpvote
에 대한 입력 필드
input
(RemoveUpvoteInput!
)
removeUpvote
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The votable subject. |
Reopen a discussion.
reopenDiscussion
에 대한 입력 필드
input
(ReopenDiscussionInput!
)
reopenDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion that was reopened. |
Reopen a issue.
reopenIssue
에 대한 입력 필드
input
(ReopenIssueInput!
)
reopenIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was opened. |
Reopen a pull request.
reopenPullRequest
에 대한 입력 필드
input
(ReopenPullRequestInput!
)
reopenPullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that was reopened. |
Reorder a pinned repository environment.
reorderEnvironment
에 대한 입력 필드
input
(ReorderEnvironmentInput!
)
reorderEnvironment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The environment that was reordered. |
Reprioritizes a sub-issue to a different position in the parent list.
reprioritizeSubIssue
에 대한 입력 필드
input
(ReprioritizeSubIssueInput!
)
reprioritizeSubIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The parent issue that the sub-issue was reprioritized in. |
Set review requests on a pull request.
requestReviews
에 대한 입력 필드
input
(RequestReviewsInput!
)
requestReviews
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The pull request that is getting requests. |
| The edge from the pull request to the requested reviewers. |
Rerequests an existing check suite.
rerequestCheckSuite
에 대한 입력 필드
input
(RerequestCheckSuiteInput!
)
rerequestCheckSuite
에 대한 반환 필드
속성 | 설명 |
---|---|
| The requested check suite. |
| A unique identifier for the client performing the mutation. |
Marks a review thread as resolved.
resolveReviewThread
에 대한 입력 필드
input
(ResolveReviewThreadInput!
)
resolveReviewThread
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The thread to resolve. |
Create a pull request that reverts the changes from a merged pull request.
revertPullRequest
에 대한 입력 필드
input
(RevertPullRequestInput!
)
revertPullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that was reverted. |
| The new pull request that reverts the input pull request. |
Revoke the migrator role to a user for all organizations under an enterprise account.
revokeEnterpriseOrganizationsMigratorRole
에 대한 입력 필드
revokeEnterpriseOrganizationsMigratorRole
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The organizations that had the migrator role revoked for the given user. |
Revoke the migrator role from a user or a team.
revokeMigratorRole
에 대한 입력 필드
input
(RevokeMigratorRoleInput!
)
revokeMigratorRole
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Did the operation succeed?. |
Starts a Enterprise Importer organization migration.
startOrganizationMigration
에 대한 입력 필드
input
(StartOrganizationMigrationInput!
)
startOrganizationMigration
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new organization migration. |
Starts a Enterprise Importer (GEI) repository migration.
startRepositoryMigration
에 대한 입력 필드
input
(StartRepositoryMigrationInput!
)
startRepositoryMigration
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The new repository migration. |
Submits a pending pull request review.
submitPullRequestReview
에 대한 입력 필드
input
(SubmitPullRequestReviewInput!
)
submitPullRequestReview
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The submitted pull request review. |
Transfer an issue to a different repository.
transferIssue
에 대한 입력 필드
input
(TransferIssueInput!
)
transferIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was transferred. |
Unarchives a ProjectV2Item.
unarchiveProjectV2Item
에 대한 입력 필드
input
(UnarchiveProjectV2ItemInput!
)
unarchiveProjectV2Item
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The item unarchived from the project. |
Unarchives a repository.
unarchiveRepository
에 대한 입력 필드
input
(UnarchiveRepositoryInput!
)
unarchiveRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The repository that was unarchived. |
Unfollow an organization.
unfollowOrganization
에 대한 입력 필드
input
(UnfollowOrganizationInput!
)
unfollowOrganization
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The organization that was unfollowed. |
Unfollow a user.
unfollowUser
에 대한 입력 필드
input
(UnfollowUserInput!
)
unfollowUser
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The user that was unfollowed. |
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. |
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. |
Deletes a repository link from a project.
경고
unlinkRepositoryFromProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
unlinkRepositoryFromProject
에 대한 입력 필드
unlinkRepositoryFromProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The linked Project. |
| The linked Repository. |
Unlock a lockable object.
unlockLockable
에 대한 입력 필드
input
(UnlockLockableInput!
)
unlockLockable
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The item that was unlocked. |
Unmark a discussion comment as the chosen answer for discussions in an answerable category.
unmarkDiscussionCommentAsAnswer
에 대한 입력 필드
unmarkDiscussionCommentAsAnswer
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The discussion that includes the comment. |
Unmark a pull request file as viewed.
unmarkFileAsViewed
에 대한 입력 필드
input
(UnmarkFileAsViewedInput!
)
unmarkFileAsViewed
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated pull request. |
Unmark an issue as a duplicate of another issue.
unmarkIssueAsDuplicate
에 대한 입력 필드
input
(UnmarkIssueAsDuplicateInput!
)
unmarkIssueAsDuplicate
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The issue or pull request that was marked as a duplicate. |
Unmark a project as a template.
unmarkProjectV2AsTemplate
에 대한 입력 필드
input
(UnmarkProjectV2AsTemplateInput!
)
unmarkProjectV2AsTemplate
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The project. |
Unminimizes a comment on an Issue, Commit, Pull Request, or Gist.
unminimizeComment
에 대한 입력 필드
input
(UnminimizeCommentInput!
)
unminimizeComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The comment that was unminimized. |
Unpin a pinned issue from a repository.
unpinIssue
에 대한 입력 필드
input
(UnpinIssueInput!
)
unpinIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The id of the pinned issue that was unpinned. |
| The issue that was unpinned. |
Marks a review thread as unresolved.
unresolveReviewThread
에 대한 입력 필드
input
(UnresolveReviewThreadInput!
)
unresolveReviewThread
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The thread to resolve. |
Update a branch protection rule.
updateBranchProtectionRule
에 대한 입력 필드
input
(UpdateBranchProtectionRuleInput!
)
updateBranchProtectionRule
에 대한 반환 필드
속성 | 설명 |
---|---|
| The newly created BranchProtectionRule. |
| A unique identifier for the client performing the mutation. |
Update a check run.
updateCheckRun
에 대한 입력 필드
input
(UpdateCheckRunInput!
)
updateCheckRun
에 대한 반환 필드
속성 | 설명 |
---|---|
| The updated check run. |
| A unique identifier for the client performing the mutation. |
Modifies the settings of an existing check suite.
updateCheckSuitePreferences
에 대한 입력 필드
updateCheckSuitePreferences
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated repository. |
Update a discussion.
updateDiscussion
에 대한 입력 필드
input
(UpdateDiscussionInput!
)
updateDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The modified discussion. |
Update the contents of a comment on a Discussion.
updateDiscussionComment
에 대한 입력 필드
input
(UpdateDiscussionCommentInput!
)
updateDiscussionComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The modified discussion comment. |
Sets whether private repository forks are enabled for an enterprise.
updateEnterpriseAllowPrivateRepositoryForkingSetting
에 대한 입력 필드
updateEnterpriseAllowPrivateRepositoryForkingSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated allow private repository forking setting. |
| A message confirming the result of updating the allow private repository forking setting. |
Sets the base repository permission for organizations in an enterprise.
updateEnterpriseDefaultRepositoryPermissionSetting
에 대한 입력 필드
updateEnterpriseDefaultRepositoryPermissionSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated base repository permission setting. |
| A message confirming the result of updating the base repository permission setting. |
Sets whether deploy keys are allowed to be created and used for an enterprise.
updateEnterpriseDeployKeySetting
에 대한 입력 필드
updateEnterpriseDeployKeySetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated deploy key setting. |
| A message confirming the result of updating the deploy key setting. |
Sets whether organization members with admin permissions on a repository can change repository visibility.
updateEnterpriseMembersCanChangeRepositoryVisibilitySetting
에 대한 입력 필드
updateEnterpriseMembersCanChangeRepositoryVisibilitySetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can change repository visibility setting. |
| A message confirming the result of updating the members can change repository visibility setting. |
Sets the members can create repositories setting for an enterprise.
updateEnterpriseMembersCanCreateRepositoriesSetting
에 대한 입력 필드
updateEnterpriseMembersCanCreateRepositoriesSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can create repositories setting. |
| A message confirming the result of updating the members can create repositories setting. |
Sets the members can delete issues setting for an enterprise.
updateEnterpriseMembersCanDeleteIssuesSetting
에 대한 입력 필드
updateEnterpriseMembersCanDeleteIssuesSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can delete issues setting. |
| A message confirming the result of updating the members can delete issues setting. |
Sets the members can delete repositories setting for an enterprise.
updateEnterpriseMembersCanDeleteRepositoriesSetting
에 대한 입력 필드
updateEnterpriseMembersCanDeleteRepositoriesSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can delete repositories setting. |
| A message confirming the result of updating the members can delete repositories setting. |
Sets whether members can invite collaborators are enabled for an enterprise.
updateEnterpriseMembersCanInviteCollaboratorsSetting
에 대한 입력 필드
updateEnterpriseMembersCanInviteCollaboratorsSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can invite collaborators setting. |
| A message confirming the result of updating the members can invite collaborators setting. |
Sets whether or not an organization owner can make purchases.
updateEnterpriseMembersCanMakePurchasesSetting
에 대한 입력 필드
updateEnterpriseMembersCanMakePurchasesSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can make purchases setting. |
| A message confirming the result of updating the members can make purchases setting. |
Sets the members can update protected branches setting for an enterprise.
updateEnterpriseMembersCanUpdateProtectedBranchesSetting
에 대한 입력 필드
updateEnterpriseMembersCanUpdateProtectedBranchesSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can update protected branches setting. |
| A message confirming the result of updating the members can update protected branches setting. |
Sets the members can view dependency insights for an enterprise.
updateEnterpriseMembersCanViewDependencyInsightsSetting
에 대한 입력 필드
updateEnterpriseMembersCanViewDependencyInsightsSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated members can view dependency insights setting. |
| A message confirming the result of updating the members can view dependency insights setting. |
Sets whether organization projects are enabled for an enterprise.
updateEnterpriseOrganizationProjectsSetting
에 대한 입력 필드
updateEnterpriseOrganizationProjectsSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated organization projects setting. |
| A message confirming the result of updating the organization projects setting. |
Updates the role of an enterprise owner with an organization.
Updates an enterprise's profile.
updateEnterpriseProfile
에 대한 입력 필드
input
(UpdateEnterpriseProfileInput!
)
updateEnterpriseProfile
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated enterprise. |
Sets whether repository projects are enabled for a enterprise.
updateEnterpriseRepositoryProjectsSetting
에 대한 입력 필드
updateEnterpriseRepositoryProjectsSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated repository projects setting. |
| A message confirming the result of updating the repository projects setting. |
Sets whether team discussions are enabled for an enterprise.
updateEnterpriseTeamDiscussionsSetting
에 대한 입력 필드
updateEnterpriseTeamDiscussionsSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated team discussions setting. |
| A message confirming the result of updating the team discussions setting. |
Sets the two-factor authentication methods that users of an enterprise may not use.
updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting
에 대한 입력 필드
updateEnterpriseTwoFactorAuthenticationDisallowedMethodsSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated two-factor authentication disallowed methods setting. |
| A message confirming the result of updating the two-factor authentication disallowed methods setting. |
Sets whether two factor authentication is required for all users in an enterprise.
updateEnterpriseTwoFactorAuthenticationRequiredSetting
에 대한 입력 필드
updateEnterpriseTwoFactorAuthenticationRequiredSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The enterprise with the updated two factor authentication required setting. |
| A message confirming the result of updating the two factor authentication required setting. |
Updates an environment.
updateEnvironment
에 대한 입력 필드
input
(UpdateEnvironmentInput!
)
updateEnvironment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated environment. |
Sets whether an IP allow list is enabled on an owner.
updateIpAllowListEnabledSetting
에 대한 입력 필드
updateIpAllowListEnabledSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list owner on which the setting was updated. |
Updates an IP allow list entry.
updateIpAllowListEntry
에 대한 입력 필드
input
(UpdateIpAllowListEntryInput!
)
updateIpAllowListEntry
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list entry that was updated. |
Sets whether IP allow list configuration for installed Apps is enabled on an owner.
updateIpAllowListForInstalledAppsEnabledSetting
에 대한 입력 필드
updateIpAllowListForInstalledAppsEnabledSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The IP allow list owner on which the setting was updated. |
Updates an Issue.
updateIssue
에 대한 입력 필드
input
(UpdateIssueInput!
)
updateIssue
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The issue. |
Updates an IssueComment object.
updateIssueComment
에 대한 입력 필드
input
(UpdateIssueCommentInput!
)
updateIssueComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated comment. |
Updates the issue type on an issue.
updateIssueIssueType
에 대한 입력 필드
input
(UpdateIssueIssueTypeInput!
)
updateIssueIssueType
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated issue. |
Update an issue type.
updateIssueType
에 대한 입력 필드
input
(UpdateIssueTypeInput!
)
updateIssueType
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated issue type. |
Updates an existing label.
updateLabel
에 대한 입력 필드
input
(UpdateLabelInput!
)
updateLabel
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated label. |
Update the setting to restrict notifications to only verified or approved domains available to an owner.
updateNotificationRestrictionSetting
에 대한 입력 필드
updateNotificationRestrictionSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The owner on which the setting was updated. |
Sets whether private repository forks are enabled for an organization.
updateOrganizationAllowPrivateRepositoryForkingSetting
에 대한 입력 필드
updateOrganizationAllowPrivateRepositoryForkingSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of updating the allow private repository forking setting. |
| The organization with the updated allow private repository forking setting. |
Sets whether contributors are required to sign off on web-based commits for repositories in an organization.
updateOrganizationWebCommitSignoffSetting
에 대한 입력 필드
updateOrganizationWebCommitSignoffSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of updating the web commit signoff setting. |
| The organization with the updated web commit signoff setting. |
Updates an existing project.
경고
updateProject
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
updateProject
에 대한 입력 필드
input
(UpdateProjectInput!
)
updateProject
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated project. |
Updates an existing project card.
경고
updateProjectCard
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
updateProjectCard
에 대한 입력 필드
input
(UpdateProjectCardInput!
)
updateProjectCard
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated ProjectCard. |
Updates an existing project column.
경고
updateProjectColumn
is deprecated.
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
updateProjectColumn
에 대한 입력 필드
input
(UpdateProjectColumnInput!
)
updateProjectColumn
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated project column. |
Updates an existing project.
updateProjectV2
에 대한 입력 필드
input
(UpdateProjectV2Input!
)
updateProjectV2
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated Project. |
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. |
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. |
Update a project field.
updateProjectV2Field
에 대한 입력 필드
input
(UpdateProjectV2FieldInput!
)
updateProjectV2Field
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated field. |
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. |
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. |
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. |
Update a pull request.
updatePullRequest
에 대한 입력 필드
input
(UpdatePullRequestInput!
)
updatePullRequest
에 대한 반환 필드
속성 | 설명 |
---|---|
| Identifies the actor who performed the event. |
| A unique identifier for the client performing the mutation. |
| The updated pull request. |
Merge or Rebase HEAD from upstream branch into pull request branch.
updatePullRequestBranch
에 대한 입력 필드
input
(UpdatePullRequestBranchInput!
)
updatePullRequestBranch
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated pull request. |
Updates the body of a pull request review.
updatePullRequestReview
에 대한 입력 필드
input
(UpdatePullRequestReviewInput!
)
updatePullRequestReview
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated pull request review. |
Updates a pull request review comment.
updatePullRequestReviewComment
에 대한 입력 필드
updatePullRequestReviewComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated comment. |
Update a Git Ref.
updateRef
에 대한 입력 필드
input
(UpdateRefInput!
)
updateRef
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated Ref. |
Creates, updates and/or deletes multiple refs in a repository.
This mutation takes a list of RefUpdate
s and performs these updates on the repository. All updates are performed atomically, meaning that if one of them is rejected, no other ref will be modified.
RefUpdate.beforeOid
specifies that the given reference needs to point to the given value before performing any updates. A value of 0000000000000000000000000000000000000000
can be used to verify that the references should not exist.
RefUpdate.afterOid
specifies the value that the given reference will point to after performing all updates. A value of 0000000000000000000000000000000000000000
can be used to delete a reference.
If RefUpdate.force
is set to true
, a non-fast-forward updates for the given reference will be allowed.
updateRefs
에 대한 입력 필드
input
(UpdateRefsInput!
)
updateRefs
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
Update information about a repository.
updateRepository
에 대한 입력 필드
input
(UpdateRepositoryInput!
)
updateRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated repository. |
Update a repository ruleset.
updateRepositoryRuleset
에 대한 입력 필드
input
(UpdateRepositoryRulesetInput!
)
updateRepositoryRuleset
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The newly created Ruleset. |
Sets whether contributors are required to sign off on web-based commits for a repository.
updateRepositoryWebCommitSignoffSetting
에 대한 입력 필드
updateRepositoryWebCommitSignoffSetting
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| A message confirming the result of updating the web commit signoff setting. |
| The updated repository. |
Updates the state for subscribable subjects.
updateSubscription
에 대한 입력 필드
input
(UpdateSubscriptionInput!
)
updateSubscription
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The input subscribable entity. |
Updates a team discussion.
updateTeamDiscussion
에 대한 입력 필드
input
(UpdateTeamDiscussionInput!
)
updateTeamDiscussion
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated discussion. |
Updates a discussion comment.
updateTeamDiscussionComment
에 대한 입력 필드
updateTeamDiscussionComment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The updated comment. |
Updates team review assignment.
updateTeamReviewAssignment
에 대한 입력 필드
input
(UpdateTeamReviewAssignmentInput!
)
updateTeamReviewAssignment
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The team that was modified. |
Update team repository.
updateTeamsRepository
에 대한 입력 필드
input
(UpdateTeamsRepositoryInput!
)
updateTeamsRepository
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The repository that was updated. |
| The teams granted permission on the repository. |
Replaces the repository's topics with the given topics.
updateTopics
에 대한 입력 필드
input
(UpdateTopicsInput!
)
updateTopics
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| Names of the provided topics that are not valid. |
| The updated repository. |
Updates an existing user list.
updateUserList
에 대한 입력 필드
input
(UpdateUserListInput!
)
updateUserList
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The list that was just updated. |
Updates which of the viewer's lists an item belongs to.
updateUserListsForItem
에 대한 입력 필드
input
(UpdateUserListsForItemInput!
)
updateUserListsForItem
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The item that was added. |
| The lists to which this item belongs. |
| The user who owns the lists. |
Verify that a verifiable domain has the expected DNS record.
verifyVerifiableDomain
에 대한 입력 필드
input
(VerifyVerifiableDomainInput!
)
verifyVerifiableDomain
에 대한 반환 필드
속성 | 설명 |
---|---|
| A unique identifier for the client performing the mutation. |
| The verifiable domain that was verified. |