Mutations
addAssigneesToAssignable
Adds assignees to an assignable object.
addAssigneesToAssignable에 대한 입력 필드
input(AddAssigneesToAssignableInput!)
addAssigneesToAssignable에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| The item that was assigned. |
| A unique identifier for the client performing the mutation. |
addBlockedBy
Adds a 'blocked by' relationship to an issue.
addBlockedBy에 대한 입력 필드
input(AddBlockedByInput!)
addBlockedBy에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| The issue that is blocking the given issue. |
| A unique identifier for the client performing the mutation. |
| The issue that is blocked. |
addComment
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. |
addLabelsToLabelable
Adds labels to a labelable object.
addLabelsToLabelable에 대한 입력 필드
input(AddLabelsToLabelableInput!)
addLabelsToLabelable에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item that was labeled. |
addSubIssue
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. |
clearLabelsFromLabelable
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. |
closeIssue
Close an issue.
closeIssue에 대한 입력 필드
input(CloseIssueInput!)
closeIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was closed. |
createIssue
Creates a new issue.
createIssue에 대한 입력 필드
input(CreateIssueInput!)
createIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new issue. |
createIssueField
Creates a new issue field.
createIssueField에 대한 입력 필드
input(CreateIssueFieldInput!)
createIssueField에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created issue field. |
createIssueFieldValue
Creates a new issue field value for an issue.
createIssueFieldValue에 대한 입력 필드
input(CreateIssueFieldValueInput!)
createIssueFieldValue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue object. |
| The newly created issue field value. |
createIssueType
Creates a new issue type.
createIssueType에 대한 입력 필드
input(CreateIssueTypeInput!)
createIssueType에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created issue type. |
createLabel
Creates a new label.
createLabel에 대한 입력 필드
input(CreateLabelInput!)
createLabel에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new label. |
createLinkedBranch
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. |
deleteIssue
Deletes an Issue object.
deleteIssue에 대한 입력 필드
input(DeleteIssueInput!)
deleteIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the issue belonged to. |
deleteIssueComment
Deletes an IssueComment object.
deleteIssueComment에 대한 입력 필드
input(DeleteIssueCommentInput!)
deleteIssueComment에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
deleteIssueField
Deletes an issue field.
deleteIssueField에 대한 입력 필드
input(DeleteIssueFieldInput!)
deleteIssueField에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The deleted issue field. |
deleteIssueFieldValue
Deletes an issue field value from an issue.
deleteIssueFieldValue에 대한 입력 필드
input(DeleteIssueFieldValueInput!)
deleteIssueFieldValue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue object. |
| Whether the field value was successfully deleted. |
deleteIssueType
Delete an issue type.
deleteIssueType에 대한 입력 필드
input(DeleteIssueTypeInput!)
deleteIssueType에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted issue type. |
deleteLabel
Deletes a label.
deleteLabel에 대한 입력 필드
input(DeleteLabelInput!)
deleteLabel에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
deleteLinkedBranch
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. |
lockLockable
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. |
minimizeComment
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. |
pinIssue
Pin an issue to a repository.
pinIssue에 대한 입력 필드
input(PinIssueInput!)
pinIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was pinned. |
pinIssueComment
Pins an Issue Comment.
pinIssueComment에 대한 입력 필드
input(PinIssueCommentInput!)
pinIssueComment에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Issue Comment that was pinned. |
removeAssigneesFromAssignable
Removes assignees from an assignable object.
removeAssigneesFromAssignable에 대한 입력 필드
removeAssigneesFromAssignable에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| The item that was unassigned. |
| A unique identifier for the client performing the mutation. |
removeBlockedBy
Removes a 'blocked by' relationship from an issue.
removeBlockedBy에 대한 입력 필드
input(RemoveBlockedByInput!)
removeBlockedBy에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| The previously blocking issue. |
| A unique identifier for the client performing the mutation. |
| The previously blocked issue. |
removeLabelsFromLabelable
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. |
removeSubIssue
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. |
reopenIssue
Reopen a issue.
reopenIssue에 대한 입력 필드
input(ReopenIssueInput!)
reopenIssue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was opened. |
replaceActorsForAssignable
Replaces all actors for assignable object.
replaceActorsForAssignable에 대한 입력 필드
input(ReplaceActorsForAssignableInput!)
replaceActorsForAssignable에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| The item that was assigned. |
| A unique identifier for the client performing the mutation. |
reprioritizeSubIssue
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. |
setIssueFieldValue
Sets the value of an IssueFieldValue.
setIssueFieldValue에 대한 입력 필드
input(SetIssueFieldValueInput!)
setIssueFieldValue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue where the field values were set. |
| The issue field values that were created or updated. |
transferIssue
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. |
unlockLockable
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. |
unmarkIssueAsDuplicate
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. |
unminimizeComment
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. |
unpinIssue
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. |
unpinIssueComment
Unpins an Issue Comment.
unpinIssueComment에 대한 입력 필드
input(UnpinIssueCommentInput!)
unpinIssueComment에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Issue Comment that was unpinned. |
updateIssue
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. |
updateIssueComment
Updates an IssueComment object.
updateIssueComment에 대한 입력 필드
input(UpdateIssueCommentInput!)
updateIssueComment에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated comment. |
updateIssueField
Updates an issue field.
updateIssueField에 대한 입력 필드
input(UpdateIssueFieldInput!)
updateIssueField에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated issue field. |
updateIssueFieldValue
Updates an existing issue field value for an issue.
updateIssueFieldValue에 대한 입력 필드
input(UpdateIssueFieldValueInput!)
updateIssueFieldValue에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue object. |
| The updated issue field value. |
updateIssueIssueType
Updates the issue type on an issue.
updateIssueIssueType에 대한 입력 필드
input(UpdateIssueIssueTypeInput!)
updateIssueIssueType에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated issue. |
updateIssueType
Update an issue type.
updateIssueType에 대한 입력 필드
input(UpdateIssueTypeInput!)
updateIssueType에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated issue type. |
updateLabel
Updates an existing label.
updateLabel에 대한 입력 필드
input(UpdateLabelInput!)
updateLabel에 대한 반환 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated label. |
Objects
AssignedEvent
Represents anassignedevent on any assignable object.
AssignedEvent 구현
AssignedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the assignable associated with the event. |
| Identifies the user or mannequin that was assigned. |
| Identifies the date and time when the object was created. |
| The Node ID of the AssignedEvent object. |
| Identifies the user who was assigned. 경고
Assignees can now be mannequins. Use the |
AssigneeConnection
The connection type for Assignee.
AssigneeConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
AssigneeEdge
An edge in a connection.
AssigneeEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
BlockedByAddedEvent
Represents ablocked_by_addedevent on a given issue.
BlockedByAddedEvent 구현
BlockedByAddedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The blocking issue that was added. |
| Identifies the date and time when the object was created. |
| The Node ID of the BlockedByAddedEvent object. |
BlockedByRemovedEvent
Represents ablocked_by_removedevent on a given issue.
BlockedByRemovedEvent 구현
BlockedByRemovedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The blocking issue that was removed. |
| Identifies the date and time when the object was created. |
| The Node ID of the BlockedByRemovedEvent object. |
BlockingAddedEvent
Represents ablocking_addedevent on a given issue.
BlockingAddedEvent 구현
BlockingAddedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The blocked issue that was added. |
| Identifies the date and time when the object was created. |
| The Node ID of the BlockingAddedEvent object. |
BlockingRemovedEvent
Represents ablocking_removedevent on a given issue.
BlockingRemovedEvent 구현
BlockingRemovedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The blocked issue that was removed. |
| Identifies the date and time when the object was created. |
| The Node ID of the BlockingRemovedEvent object. |
ClosedEvent
Represents aclosedevent on any Closable.
ClosedEvent 구현
ClosedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Object that was closed. |
| Object which triggered the creation of this event. |
| Identifies the date and time when the object was created. |
| The issue or pull request that this issue was marked as a duplicate of. |
| The Node ID of the ClosedEvent object. |
| The HTTP path for this closed event. |
| The reason the issue state was changed to closed. |
| The HTTP URL for this closed event. |
CommentDeletedEvent
Represents acomment_deletedevent on a given issue or pull request.
CommentDeletedEvent 구현
CommentDeletedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The user who authored the deleted comment. |
| The Node ID of the CommentDeletedEvent object. |
ConnectedEvent
Represents aconnectedevent on a given issue or pull request.
ConnectedEvent 구현
ConnectedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ConnectedEvent object. |
| Reference originated in a different repository. |
| Issue or pull request that made the reference. |
| Issue or pull request which was connected. |
ConvertedNoteToIssueEvent
Represents aconverted_note_to_issueevent on a given issue or pull request.
ConvertedNoteToIssueEvent 구현
ConvertedNoteToIssueEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the ConvertedNoteToIssueEvent object. |
| Project referenced by event. 경고
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Project card referenced by this project event. 경고
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC. |
| Column name referenced by this project event. |
ConvertedToDiscussionEvent
Represents aconverted_to_discussionevent on a given issue.
ConvertedToDiscussionEvent 구현
ConvertedToDiscussionEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The discussion that the issue was converted into. |
| The Node ID of the ConvertedToDiscussionEvent object. |
CrossReferencedEvent
Represents a mention made by one issue or pull request to another.
CrossReferencedEvent 구현
CrossReferencedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the CrossReferencedEvent object. |
| Reference originated in a different repository. |
| Identifies when the reference was made. |
| The HTTP path for this pull request. |
| Issue or pull request that made the reference. |
| Issue or pull request to which the reference was made. |
| The HTTP URL for this pull request. |
| Checks if the target will be closed when the source is merged. |
DemilestonedEvent
Represents ademilestonedevent on a given issue or pull request.
DemilestonedEvent 구현
DemilestonedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the DemilestonedEvent object. |
| Identifies the milestone title associated with the |
| Object referenced by event. |
DisconnectedEvent
Represents adisconnectedevent on a given issue or pull request.
DisconnectedEvent 구현
DisconnectedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the DisconnectedEvent object. |
| Reference originated in a different repository. |
| Issue or pull request from which the issue was disconnected. |
| Issue or pull request which was disconnected. |
Issue
An Issue is a place to discuss ideas, enhancements, tasks, and bugs for a project.
Issue 구현
AssignableClosableCommentDeletableLabelableLockableNodeProjectV2OwnerReactableRepositoryNodeSubscribableSubscribableThreadUniformResourceLocatableUpdatableUpdatableComment
Issue에 대한 필드
| 이름 | 설명 |
|---|---|
| Reason that the conversation was locked. |
| A list of actors assigned to this object. |
| A list of Users assigned to this object. |
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| A list of issues that are blocking this issue.
|
| A list of issues that this issue is blocking.
|
| Identifies the body of the issue. |
| The body rendered to HTML. |
| The http path for this issue body. |
| Identifies the body of the issue rendered to text. |
| The http URL for this issue body. |
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| List of open pull requests referenced from this issue.
|
| A list of comments associated with the Issue.
|
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| A reference to the original issue that this issue has been marked as a duplicate of. |
| The actor who edited the comment. |
| Identifies the primary key from the database as a BigInt. |
| The hovercard information for this issue.
|
| The Node ID of the Issue object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Indicates whether or not this issue is currently pinned to the repository issues list. |
| Is this issue read by the viewer. |
| Summary of the state of an issue's dependencies. |
| Fields that are set on this issue. |
| The issue type for this Issue. |
| A list of labels associated with the object.
|
| The moment the editor made the last edit. |
| Branches linked to this issue. |
|
|
| Identifies the milestone associated with the issue. |
| Identifies the issue number. |
| The parent entity of the issue. |
| A list of Users that are participating in the Issue conversation. |
| The pinned comment for this issue. |
| List of project cards associated with this issue. 경고
Projects (classic) is being deprecated in favor of the new Projects experience, see: https://github.blog/changelog/2024-05-23-sunset-notice-projects-classic/. Removal on 2025-04-01 UTC.
|
| List of project items associated with this issue.
|
| Find a project by number.
|
| A list of projects under the owner.
|
| Identifies when the comment was published at. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path for this issue. |
| Identifies the state of the issue. |
| Identifies the reason for the issue state.
|
| A list of sub-issues associated with the Issue. |
| Summary of the state of an issue's sub-issues. |
| A list of suggested actors to assign to this object.
|
| A list of events, comments, commits, etc. associated with the issue. 경고
|
| A list of events, comments, commits, etc. associated with the issue.
|
| Identifies the issue title. |
| Identifies the issue title rendered to HTML. |
| A list of issues that track this issue. |
| A list of issues tracked inside the current issue. |
| The number of tracked issues for this issue.
|
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue. |
| A list of edits to this content. |
| Indicates if the object can be closed by the viewer. |
| Check if the current viewer can delete this object. |
| Indicates if the viewer can edit labels for this object. |
| Can user react to this subject. |
| Indicates if the object can be reopened by the viewer. |
| Check if the current viewer can set fields on the issue. |
| Check if the viewer is able to change their subscription status for the repository. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
| Identifies if the viewer is watching, not watching, or ignoring the subscribable entity. |
| Identifies the viewer's thread subscription form action. |
| Identifies the viewer's thread subscription status. |
IssueComment
Represents a comment on an Issue.
IssueComment 구현
IssueComment에 대한 필드
| 이름 | 설명 |
|---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| Identifies the primary key from the database. |
| The actor who edited the comment. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueComment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| Returns whether or not a comment has been minimized. |
| Indicates whether or not this entity is currently pinned. |
| Identifies the issue associated with the comment. |
| The moment the editor made the last edit. |
| Returns why the comment was minimized. One of |
| Identifies the date and time when this entity was pinned. |
| The user who pinned this entity. |
| Identifies when the comment was published at. |
| Returns the pull request associated with the comment, if this comment was made on a pull request. |
| A list of reactions grouped by content left on the subject. |
| A list of Reactions left on the Issue.
|
| The repository associated with this node. |
| The HTTP path for this issue comment. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this issue comment. |
| A list of edits to this content. |
| Check if the current viewer can delete this object. |
| Check if the current viewer can minimize this object. |
| Check if the current viewer can pin this entity. |
| Can user react to this subject. |
| Check if the current viewer can unminimize this object. |
| Check if the current viewer can unpin this entity. |
| Check if the current viewer can update this object. |
| Reasons why the current viewer can not update this comment. |
| Did the viewer author this comment. |
IssueCommentConnection
The connection type for IssueComment.
IssueCommentConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueCommentEdge
An edge in a connection.
IssueCommentEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueCommentPinnedEvent
Represents aissue_comment_pinnedevent on a given issue.
IssueCommentPinnedEvent 구현
IssueCommentPinnedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueCommentPinnedEvent object. |
| Identifies the issue comment associated with the |
IssueCommentUnpinnedEvent
Represents aissue_comment_unpinnedevent on a given issue.
IssueCommentUnpinnedEvent 구현
IssueCommentUnpinnedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueCommentUnpinnedEvent object. |
| Identifies the issue comment associated with the |
IssueConnection
The connection type for Issue.
IssueConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueContributionsByRepository
This aggregates issues opened by a user within one repository.
IssueContributionsByRepository에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue contributions.
|
| The repository in which the issues were opened. |
IssueDependenciesSummary
Summary of the state of an issue's dependencies.
IssueDependenciesSummary에 대한 필드
| 이름 | 설명 |
|---|---|
| Count of issues this issue is blocked by. |
| Count of issues this issue is blocking. |
| Total count of issues this issue is blocked by (open and closed). |
| Total count of issues this issue is blocking (open and closed). |
IssueEdge
An edge in a connection.
IssueEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueFieldAddedEvent
Represents aissue_field_addedevent on a given issue.
IssueFieldAddedEvent 구현
IssueFieldAddedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The color if it is a single-select field. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueFieldAddedEvent object. |
| The issue field added. |
| The value of the added field. |
IssueFieldChangedEvent
Represents aissue_field_changedevent on a given issue.
IssueFieldChangedEvent 구현
IssueFieldChangedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueFieldChangedEvent object. |
| The issue field changed. |
| The new color if it is a single-select field. |
| The new value of the field. |
| The previous color if it was a single-select field. |
| The previous value of the field. |
IssueFieldDate
Represents a date issue field.
IssueFieldDate 구현
IssueFieldDate에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field's creation timestamp. |
| The issue field's data type. |
| The issue field's description. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueFieldDate object. |
| The issue field's name. |
| The issue field's visibility. |
IssueFieldDateValue
The value of a date field in an Issue item.
IssueFieldDateValue 구현
IssueFieldDateValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field that contains this value. |
| The Node ID of the IssueFieldDateValue object. |
| Value of the field. |
IssueFieldNumber
Represents a number issue field.
IssueFieldNumber 구현
IssueFieldNumber에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field's creation timestamp. |
| The issue field's data type. |
| The issue field's description. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueFieldNumber object. |
| The issue field's name. |
| The issue field's visibility. |
IssueFieldNumberValue
The value of a number field in an Issue item.
IssueFieldNumberValue 구현
IssueFieldNumberValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field that contains this value. |
| The Node ID of the IssueFieldNumberValue object. |
| Value of the field. |
IssueFieldRemovedEvent
Represents aissue_field_removedevent on a given issue.
IssueFieldRemovedEvent 구현
IssueFieldRemovedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueFieldRemovedEvent object. |
| The issue field removed. |
IssueFieldsConnection
The connection type for IssueFields.
IssueFieldsConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueFieldsEdge
An edge in a connection.
IssueFieldsEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueFieldSingleSelect
Represents a single select issue field.
IssueFieldSingleSelect 구현
IssueFieldSingleSelect에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field's creation timestamp. |
| The issue field's data type. |
| The issue field's description. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueFieldSingleSelect object. |
| The issue field's name. |
| Options for the single select field. |
| The issue field's visibility. |
IssueFieldSingleSelectOption
Represents an option in a single-select issue field.
IssueFieldSingleSelectOption 구현
IssueFieldSingleSelectOption에 대한 필드
| 이름 | 설명 |
|---|---|
The option's display color. | |
| Identifies the primary key from the database. |
| The option's plain-text description. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueFieldSingleSelectOption object. |
| The option's name. |
| The option's priority order. |
IssueFieldSingleSelectValue
The value of a single select field in an Issue item.
IssueFieldSingleSelectValue 구현
IssueFieldSingleSelectValue에 대한 필드
| 이름 | 설명 |
|---|---|
The option's display color. | |
| The option's plain-text description. |
| The issue field that contains this value. |
| The Node ID of the IssueFieldSingleSelectValue object. |
| The option's name. |
| The selected option's global relay ID. |
| The option's name text (alias for |
IssueFieldText
Represents a text issue field.
IssueFieldText 구현
IssueFieldText에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field's creation timestamp. |
| The issue field's data type. |
| The issue field's description. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the IssueFieldText object. |
| The issue field's name. |
| The issue field's visibility. |
IssueFieldTextValue
The value of a text field in an Issue item.
IssueFieldTextValue 구현
IssueFieldTextValue에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field that contains this value. |
| The Node ID of the IssueFieldTextValue object. |
| Value of the field. |
IssueFieldValueConnection
The connection type for IssueFieldValue.
IssueFieldValueConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueFieldValueEdge
An edge in a connection.
IssueFieldValueEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueTemplate
A repository issue template.
IssueTemplate에 대한 필드
| 이름 | 설명 |
|---|---|
| The template purpose. |
| The suggested assignees. |
| The suggested issue body. |
| The template filename. |
| The suggested issue labels.
|
| The template name. |
| The suggested issue title. |
| The suggested issue type. |
IssueTimelineConnection
The connection type for IssueTimelineItem.
IssueTimelineConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueTimelineItemEdge
An edge in a connection.
IssueTimelineItemEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueTimelineItemsConnection
The connection type for IssueTimelineItems.
IssueTimelineItemsConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| Identifies the count of items after applying |
| A list of nodes. |
| Identifies the count of items after applying |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
| Identifies the date and time when the timeline was last updated. |
IssueTimelineItemsEdge
An edge in a connection.
IssueTimelineItemsEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueType
Represents the type of Issue.
IssueType 구현
IssueType에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue type's color. |
| The issue type's description. |
| The Node ID of the IssueType object. |
| The issue type's enabled state. |
| Whether the issue type is publicly visible. 경고
Private issue types are being deprecated and can no longer be created. Removal on 2025-04-01 UTC. |
| The issues with this issue type in the given repository.
|
| The issue type's name. |
| An ordered list of issue fields pinned to this type. |
IssueTypeAddedEvent
Represents aissue_type_addedevent on a given issue.
IssueTypeAddedEvent 구현
IssueTypeAddedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueTypeAddedEvent object. |
| The issue type added. |
IssueTypeChangedEvent
Represents aissue_type_changedevent on a given issue.
IssueTypeChangedEvent 구현
IssueTypeChangedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueTypeChangedEvent object. |
| The issue type added. |
| The issue type removed. |
IssueTypeConnection
The connection type for IssueType.
IssueTypeConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
IssueTypeEdge
An edge in a connection.
IssueTypeEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
IssueTypeRemovedEvent
Represents aissue_type_removedevent on a given issue.
IssueTypeRemovedEvent 구현
IssueTypeRemovedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the IssueTypeRemovedEvent object. |
| The issue type removed. |
Label
A label for categorizing Issues, Pull Requests, Milestones, or Discussions with a given Repository.
Label 구현
Label에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the label color. |
| Identifies the date and time when the label was created. |
| A brief description of this label. |
| The Node ID of the Label object. |
| Indicates whether or not this is a default label. |
| A list of issues associated with this label.
|
| Identifies the label name. |
| A list of pull requests associated with this label.
|
| The repository associated with this label. |
| The HTTP path for this label. |
| Identifies the date and time when the label was last updated. |
| The HTTP URL for this label. |
LabelConnection
The connection type for Label.
LabelConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
LabeledEvent
Represents alabeledevent on a given issue or pull request.
LabeledEvent 구현
LabeledEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the LabeledEvent object. |
| Identifies the label associated with the |
| Identifies the |
LabelEdge
An edge in a connection.
LabelEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
LinkedBranch
A branch linked to an issue.
LinkedBranch 구현
LinkedBranch에 대한 필드
| 이름 | 설명 |
|---|---|
| The Node ID of the LinkedBranch object. |
| The branch's ref. |
LinkedBranchConnection
A list of branches linked to an issue.
LinkedBranchConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
LinkedBranchEdge
An edge in a connection.
LinkedBranchEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
LockedEvent
Represents alockedevent on a given issue or pull request.
LockedEvent 구현
LockedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the LockedEvent object. |
| Reason that the conversation was locked (optional). |
| Object that was locked. |
MarkedAsDuplicateEvent
Represents amarked_as_duplicateevent on a given issue or pull request.
MarkedAsDuplicateEvent 구현
MarkedAsDuplicateEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The authoritative issue or pull request which has been duplicated by another. |
| Identifies the date and time when the object was created. |
| The issue or pull request which has been marked as a duplicate of another. |
| The Node ID of the MarkedAsDuplicateEvent object. |
| Canonical and duplicate belong to different repositories. |
MentionedEvent
Represents amentionedevent on a given issue or pull request.
MentionedEvent 구현
MentionedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the primary key from the database. |
| The Node ID of the MentionedEvent object. |
Milestone
Represents a Milestone object on a given repository.
Milestone 구현
Milestone에 대한 필드
| 이름 | 설명 |
|---|---|
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| Identifies the number of closed issues associated with the milestone. |
| Identifies the date and time when the object was created. |
| Identifies the actor who created the milestone. |
| Identifies the description of the milestone. |
| The HTML rendered description of the milestone using GitHub Flavored Markdown. |
| Identifies the due date of the milestone. |
| The Node ID of the Milestone object. |
| A list of issues associated with the milestone.
|
| Identifies the number of the milestone. |
| Identifies the number of open issues associated with the milestone. |
| Identifies the percentage complete for the milestone. |
| A list of pull requests associated with the milestone.
|
| The repository associated with this milestone. |
| The HTTP path for this milestone. |
| Identifies the state of the milestone. |
| Identifies the title of the milestone. |
| Identifies the date and time when the object was last updated. |
| The HTTP URL for this milestone. |
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
MilestoneConnection
The connection type for Milestone.
MilestoneConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
MilestonedEvent
Represents amilestonedevent on a given issue or pull request.
MilestonedEvent 구현
MilestonedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the MilestonedEvent object. |
| Identifies the milestone title associated with the |
| Object referenced by event. |
MilestoneEdge
An edge in a connection.
MilestoneEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ParentIssueAddedEvent
Represents aparent_issue_addedevent on a given issue.
ParentIssueAddedEvent 구현
ParentIssueAddedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ParentIssueAddedEvent object. |
| The parent issue added. |
ParentIssueRemovedEvent
Represents aparent_issue_removedevent on a given issue.
ParentIssueRemovedEvent 구현
ParentIssueRemovedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the ParentIssueRemovedEvent object. |
| The parent issue removed. |
PinnedEvent
Represents apinnedevent on a given issue or pull request.
PinnedEvent 구현
PinnedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the PinnedEvent object. |
| Identifies the issue associated with the event. |
PinnedIssue
A Pinned Issue is a issue pinned to a repository's index page.
PinnedIssue 구현
PinnedIssue에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the primary key from the database. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the PinnedIssue object. |
| The issue that was pinned. |
| The actor that pinned this issue. |
| The repository that this issue was pinned to. |
PinnedIssueComment
A comment pinned to an Issue.
PinnedIssueComment 구현
PinnedIssueComment에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the primary key from the database. |
| Identifies the primary key from the database as a BigInt. |
| The Node ID of the PinnedIssueComment object. |
| The issue that this comment belongs to. |
| The comment that was pinned. |
| Identifies when the comment was pinned. |
| The actor that pinned this comment. |
PinnedIssueConnection
The connection type for PinnedIssue.
PinnedIssueConnection에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of edges. |
| A list of nodes. |
| Information to aid in pagination. |
| Identifies the total count of items in the connection. |
PinnedIssueEdge
An edge in a connection.
PinnedIssueEdge에 대한 필드
| 이름 | 설명 |
|---|---|
| A cursor for use in pagination. |
| The item at the end of the edge. |
ReferencedEvent
Represents areferencedevent on a given ReferencedSubject.
ReferencedEvent 구현
ReferencedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the commit associated with the |
| Identifies the repository associated with the |
| Identifies the date and time when the object was created. |
| The Node ID of the ReferencedEvent object. |
| Reference originated in a different repository. |
| Checks if the commit message itself references the subject. Can be false in the case of a commit comment reference. |
| Object referenced by event. |
RenamedTitleEvent
Represents arenamedevent on a given issue or pull request.
RenamedTitleEvent 구현
RenamedTitleEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| Identifies the current title of the issue or pull request. |
| The Node ID of the RenamedTitleEvent object. |
| Identifies the previous title of the issue or pull request. |
| Subject that was renamed. |
ReopenedEvent
Represents areopenedevent on any Closable.
ReopenedEvent 구현
ReopenedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Object that was reopened. |
| Identifies the date and time when the object was created. |
| The Node ID of the ReopenedEvent object. |
| The reason the issue state was changed to open. |
SubIssueAddedEvent
Represents asub_issue_addedevent on a given issue.
SubIssueAddedEvent 구현
SubIssueAddedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the SubIssueAddedEvent object. |
| The sub-issue added. |
SubIssueRemovedEvent
Represents asub_issue_removedevent on a given issue.
SubIssueRemovedEvent 구현
SubIssueRemovedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the SubIssueRemovedEvent object. |
| The sub-issue removed. |
SubIssuesSummary
Summary of the state of an issue's sub-issues.
SubIssuesSummary에 대한 필드
| 이름 | 설명 |
|---|---|
| Count of completed sub-issues. |
| Percent of sub-issues which are completed. |
| Count of total number of sub-issues. |
SubscribedEvent
Represents asubscribedevent on a given Subscribable.
SubscribedEvent 구현
SubscribedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the SubscribedEvent object. |
| Object referenced by event. |
TransferredEvent
Represents atransferredevent on a given issue or pull request.
TransferredEvent 구현
TransferredEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The repository this came from. |
| The Node ID of the TransferredEvent object. |
| Identifies the issue associated with the event. |
UnassignedEvent
Represents anunassignedevent on any assignable object.
UnassignedEvent 구현
UnassignedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the assignable associated with the event. |
| Identifies the user or mannequin that was unassigned. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnassignedEvent object. |
| Identifies the subject (user) who was unassigned. 경고
Assignees can now be mannequins. Use the |
UnlabeledEvent
Represents anunlabeledevent on a given issue or pull request.
UnlabeledEvent 구현
UnlabeledEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnlabeledEvent object. |
| Identifies the label associated with the |
| Identifies the |
UnlockedEvent
Represents anunlockedevent on a given issue or pull request.
UnlockedEvent 구현
UnlockedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnlockedEvent object. |
| Object that was unlocked. |
UnmarkedAsDuplicateEvent
Represents anunmarked_as_duplicateevent on a given issue or pull request.
UnmarkedAsDuplicateEvent 구현
UnmarkedAsDuplicateEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| The authoritative issue or pull request which has been duplicated by another. |
| Identifies the date and time when the object was created. |
| The issue or pull request which has been marked as a duplicate of another. |
| The Node ID of the UnmarkedAsDuplicateEvent object. |
| Canonical and duplicate belong to different repositories. |
UnpinnedEvent
Represents anunpinnedevent on a given issue or pull request.
UnpinnedEvent 구현
UnpinnedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnpinnedEvent object. |
| Identifies the issue associated with the event. |
UnsubscribedEvent
Represents anunsubscribedevent on a given Subscribable.
UnsubscribedEvent 구현
UnsubscribedEvent에 대한 필드
| 이름 | 설명 |
|---|---|
| Identifies the actor who performed the event. |
| Identifies the date and time when the object was created. |
| The Node ID of the UnsubscribedEvent object. |
| Object referenced by event. |
Interfaces
Assignable
An object that can have users assigned to it.
Assignable은(는) 다음과 같이 구현됩니다.
Assignable에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of actors assigned to this object. |
| A list of Users assigned to this object. |
| A list of suggested actors to assign to this object.
|
Closable
An object that can be closed.
Closable은(는) 다음과 같이 구현됩니다.
Closable에 대한 필드
| 이름 | 설명 |
|---|---|
| Indicates if the object is closed (definition of closed may depend on type). |
| Identifies the date and time when the object was closed. |
| Indicates if the object can be closed by the viewer. |
| Indicates if the object can be reopened by the viewer. |
Comment
Represents a comment.
Comment은(는) 다음과 같이 구현됩니다.
CommitCommentDiscussionDiscussionCommentGistCommentIssueIssueCommentPullRequestPullRequestReviewPullRequestReviewComment
Comment에 대한 필드
| 이름 | 설명 |
|---|---|
| The actor who authored the comment. |
| Author's association with the subject of the comment. |
| The body as Markdown. |
| The body rendered to HTML. |
| The body rendered to text. |
| Identifies the date and time when the object was created. |
| Check if this comment was created via an email reply. |
| The actor who edited the comment. |
| The Node ID of the Comment object. |
| Check if this comment was edited and includes an edit with the creation data. |
| The moment the editor made the last edit. |
| Identifies when the comment was published at. |
| Identifies the date and time when the object was last updated. |
| A list of edits to this content. |
| Did the viewer author this comment. |
Deletable
Entities that can be deleted.
Deletable은(는) 다음과 같이 구현됩니다.
CommitCommentDiscussionDiscussionCommentGistCommentIssueIssueCommentPullRequestReviewPullRequestReviewComment
Deletable에 대한 필드
| 이름 | 설명 |
|---|---|
| Check if the current viewer can delete this object. |
IssueFieldCommon
Common fields across different issue field types.
IssueFieldCommon은(는) 다음과 같이 구현됩니다.
IssueFieldCommon에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field's creation timestamp. |
| The issue field's data type. |
| The issue field's description. |
| Identifies the primary key from the database as a BigInt. |
| The issue field's name. |
| The issue field's visibility. |
IssueFieldValueCommon
Common fields across different issue field value types.
IssueFieldValueCommon은(는) 다음과 같이 구현됩니다.
IssueFieldValueCommon에 대한 필드
| 이름 | 설명 |
|---|---|
| The issue field that contains this value. |
Labelable
An object that can have labels assigned to it.
Labelable은(는) 다음과 같이 구현됩니다.
Labelable에 대한 필드
| 이름 | 설명 |
|---|---|
| A list of labels associated with the object.
|
| Indicates if the viewer can edit labels for this object. |
Lockable
An object that can be locked.
Lockable은(는) 다음과 같이 구현됩니다.
Lockable에 대한 필드
| 이름 | 설명 |
|---|---|
| Reason that the conversation was locked. |
|
|
Minimizable
Entities that can be minimized.
Minimizable은(는) 다음과 같이 구현됩니다.
Minimizable에 대한 필드
| 이름 | 설명 |
|---|---|
| Returns whether or not a comment has been minimized. |
| Returns why the comment was minimized. One of |
| Check if the current viewer can minimize this object. |
| Check if the current viewer can unminimize this object. |
Updatable
Entities that can be updated.
Updatable은(는) 다음과 같이 구현됩니다.
CommitCommentDiscussionDiscussionCommentGistCommentIssueIssueCommentProjectV2ProjectPullRequestPullRequestReviewPullRequestReviewComment
Updatable에 대한 필드
| 이름 | 설명 |
|---|---|
| Check if the current viewer can update this object. |
UpdatableComment
Comments that can be updated.
UpdatableComment은(는) 다음과 같이 구현됩니다.
CommitCommentDiscussionCommentGistCommentIssueIssueCommentPullRequestPullRequestReviewPullRequestReviewComment
UpdatableComment에 대한 필드
| 이름 | 설명 |
|---|---|
| Reasons why the current viewer can not update this comment. |
Enums
CommentAuthorAssociation
A comment author association with repository.
CommentAuthorAssociation의 값
| 이름 | 설명 |
|---|---|
COLLABORATOR | Author has been invited to collaborate on the repository. |
CONTRIBUTOR | Author has previously committed to the repository. |
FIRST_TIMER | Author has not previously committed to GitHub. |
FIRST_TIME_CONTRIBUTOR | Author has not previously committed to the repository. |
MANNEQUIN | Author is a placeholder for an unclaimed user. |
MEMBER | Author is a member of the organization that owns the repository. |
NONE | Author has no association with the repository. |
OWNER | Author is the owner of the repository. |
CommentCannotUpdateReason
The possible errors that will prevent a user from updating a comment.
CommentCannotUpdateReason의 값
| 이름 | 설명 |
|---|---|
ARCHIVED | Unable to create comment because repository is archived. |
DENIED | You cannot update this comment. |
INSUFFICIENT_ACCESS | You must be the author or have write access to this repository to update this comment. |
LOCKED | Unable to create comment because issue is locked. |
LOGIN_REQUIRED | You must be logged in to update this comment. |
MAINTENANCE | Repository is under maintenance. |
VERIFIED_EMAIL_REQUIRED | At least one email address must be verified to update this comment. |
IssueClosedStateReason
The possible state reasons of a closed issue.
IssueClosedStateReason의 값
| 이름 | 설명 |
|---|---|
COMPLETED | An issue that has been closed as completed. |
DUPLICATE | An issue that has been closed as a duplicate. |
NOT_PLANNED | An issue that has been closed as not planned. |
IssueCommentOrderField
Properties by which issue comment connections can be ordered.
IssueCommentOrderField의 값
| 이름 | 설명 |
|---|---|
UPDATED_AT | Order issue comments by update time. |
IssueDependencyOrderField
Properties by which issue dependencies can be ordered.
IssueDependencyOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Order issue dependencies by the creation time of the dependent issue. |
DEPENDENCY_ADDED_AT | Order issue dependencies by time of when the dependency relationship was added. |
IssueFieldDataType
The type of an issue field.
IssueFieldDataType의 값
| 이름 | 설명 |
|---|---|
DATE | Date. |
MULTI_SELECT | Multi Select. |
NUMBER | Number. |
SINGLE_SELECT | Single Select. |
TEXT | Text. |
IssueFieldOrderField
Properties by which issue field connections can be ordered.
IssueFieldOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Order issue fields by creation time. |
NAME | Order issue fields by name. |
IssueFieldSingleSelectOptionColor
The display color of a single-select field option.
IssueFieldSingleSelectOptionColor의 값
| 이름 | 설명 |
|---|---|
BLUE | blue. |
GRAY | gray. |
GREEN | green. |
ORANGE | orange. |
PINK | pink. |
PURPLE | purple. |
RED | red. |
YELLOW | yellow. |
IssueFieldVisibility
The visibility of an issue field.
IssueFieldVisibility의 값
| 이름 | 설명 |
|---|---|
ALL | All. |
ORG_ONLY | Org Only. |
IssueOrderField
Properties by which issue connections can be ordered.
IssueOrderField의 값
| 이름 | 설명 |
|---|---|
COMMENTS | Order issues by comment count. |
CREATED_AT | Order issues by creation time. |
UPDATED_AT | Order issues by update time. |
IssueSearchType
Type of issue search performed.
IssueSearchType의 값
| 이름 | 설명 |
|---|---|
HYBRID | Hybrid search combining lexical and semantic approaches. |
LEXICAL | Lexical (keyword-based) search. |
SEMANTIC | Semantic (meaning-based) search using embeddings. |
IssueState
The possible states of an issue.
IssueState의 값
| 이름 | 설명 |
|---|---|
CLOSED | An issue that has been closed. |
OPEN | An issue that is still open. |
IssueStateReason
The possible state reasons of an issue.
IssueStateReason의 값
| 이름 | 설명 |
|---|---|
COMPLETED | An issue that has been closed as completed. |
DUPLICATE | An issue that has been closed as a duplicate. |
NOT_PLANNED | An issue that has been closed as not planned. |
REOPENED | An issue that has been reopened. |
IssueTypeColor
The possible color for an issue type.
IssueTypeColor의 값
| 이름 | 설명 |
|---|---|
BLUE | blue. |
GRAY | gray. |
GREEN | green. |
ORANGE | orange. |
PINK | pink. |
PURPLE | purple. |
RED | red. |
YELLOW | yellow. |
IssueTypeOrderField
Properties by which issue type connections can be ordered.
IssueTypeOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Order issue types by creation time. |
NAME | Order issue types by name. |
LabelOrderField
Properties by which label connections can be ordered.
LabelOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Order labels by creation time. |
ISSUE_COUNT | Order labels by issue count. |
NAME | Order labels by name. |
LockReason
The possible reasons that an issue or pull request was locked.
LockReason의 값
| 이름 | 설명 |
|---|---|
OFF_TOPIC | The issue or pull request was locked because the conversation was off-topic. |
RESOLVED | The issue or pull request was locked because the conversation was resolved. |
SPAM | The issue or pull request was locked because the conversation was spam. |
TOO_HEATED | The issue or pull request was locked because the conversation was too heated. |
MilestoneOrderField
Properties by which milestone connections can be ordered.
MilestoneOrderField의 값
| 이름 | 설명 |
|---|---|
CREATED_AT | Order milestones by when they were created. |
DUE_DATE | Order milestones by when they are due. |
NUMBER | Order milestones by their number. |
UPDATED_AT | Order milestones by when they were last updated. |
MilestoneState
The possible states of a milestone.
MilestoneState의 값
| 이름 | 설명 |
|---|---|
CLOSED | A milestone that has been closed. |
OPEN | A milestone that is still open. |
TrackedIssueStates
The possible states of a tracked issue.
TrackedIssueStates의 값
| 이름 | 설명 |
|---|---|
CLOSED | The tracked issue is closed. |
OPEN | The tracked issue is open. |
Unions
Assignee
Types that can be assigned to issues.
Assignee에 가능한 유형
Closer
The object which triggered a ClosedEvent.
Closer에 가능한 유형
IssueFields
Possible issue fields.
IssueFields에 가능한 유형
IssueFieldValue
Issue field values.
IssueFieldValue에 가능한 유형
IssueOrPullRequest
Used for return value of Repository.issueOrPullRequest.
IssueOrPullRequest에 가능한 유형
IssueTimelineItem
An item in an issue timeline.
IssueTimelineItem에 가능한 유형
AssignedEventClosedEventCommitCrossReferencedEventDemilestonedEventIssueCommentLabeledEventLockedEventMilestonedEventReferencedEventRenamedTitleEventReopenedEventSubscribedEventTransferredEventUnassignedEventUnlabeledEventUnlockedEventUnsubscribedEventUserBlockedEvent
IssueTimelineItems
An item in an issue timeline.
IssueTimelineItems에 가능한 유형
AddedToProjectEventAddedToProjectV2EventAssignedEventBlockedByAddedEventBlockedByRemovedEventBlockingAddedEventBlockingRemovedEventClosedEventCommentDeletedEventConnectedEventConvertedFromDraftEventConvertedNoteToIssueEventConvertedToDiscussionEventCrossReferencedEventDemilestonedEventDisconnectedEventIssueCommentIssueCommentPinnedEventIssueCommentUnpinnedEventIssueFieldAddedEventIssueFieldChangedEventIssueFieldRemovedEventIssueTypeAddedEventIssueTypeChangedEventIssueTypeRemovedEventLabeledEventLockedEventMarkedAsDuplicateEventMentionedEventMilestonedEventMovedColumnsInProjectEventParentIssueAddedEventParentIssueRemovedEventPinnedEventProjectV2ItemStatusChangedEventReferencedEventRemovedFromProjectEventRemovedFromProjectV2EventRenamedTitleEventReopenedEventSubIssueAddedEventSubIssueRemovedEventSubscribedEventTransferredEventUnassignedEventUnlabeledEventUnlockedEventUnmarkedAsDuplicateEventUnpinnedEventUnsubscribedEventUserBlockedEvent
MilestoneItem
Types that can be inside a Milestone.
MilestoneItem에 가능한 유형
ReferencedSubject
Any referencable object.
ReferencedSubject에 가능한 유형
RenamedTitleSubject
An object which has a renamable title.
RenamedTitleSubject에 가능한 유형
Input objects
AddAssigneesToAssignableInput
Autogenerated input type of AddAssigneesToAssignable.
AddAssigneesToAssignableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| Configuration for assigning Copilot to this issue. |
| The id of the assignable object to add assignees to. |
| The ids of actors (users or bots) to add as assignees. |
| A unique identifier for the client performing the mutation. |
AddBlockedByInput
Autogenerated input type of AddBlockedBy.
AddBlockedByInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ID of the issue that blocks the given issue. |
| A unique identifier for the client performing the mutation. |
| The ID of the issue to be blocked. |
AddCommentInput
Autogenerated input type of AddComment.
AddCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The contents of the comment. |
| A unique identifier for the client performing the mutation. |
| The Node ID of the subject to modify. |
AddLabelsToLabelableInput
Autogenerated input type of AddLabelsToLabelable.
AddLabelsToLabelableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ids of the labels to add. |
| The id of the labelable object to add labels to. |
AddSubIssueInput
Autogenerated input type of AddSubIssue.
AddSubIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the issue. |
| Option to replace parent issue if one already exists. |
| The id of the sub-issue. |
| The url of the sub-issue. |
ClearLabelsFromLabelableInput
Autogenerated input type of ClearLabelsFromLabelable.
ClearLabelsFromLabelableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the labelable object to clear the labels from. |
CloseIssueInput
Autogenerated input type of CloseIssue.
CloseIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| ID of the issue that this is a duplicate of. |
| ID of the issue to be closed. |
| The reason the issue is to be closed. |
CreateIssueFieldInput
Autogenerated input type of CreateIssueField.
CreateIssueFieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The data type of the issue field. |
| A description of the issue field. |
| The name of the issue field. |
| The options for the issue field if applicable. |
| The ID of the organization where the issue field will be created. |
| The visibility of the issue field. |
CreateIssueFieldValueInput
Autogenerated input type of CreateIssueFieldValue.
CreateIssueFieldValueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The field value to create. |
| The ID of the issue. |
CreateIssueInput
Autogenerated input type of CreateIssue.
CreateIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| Configuration for assigning Copilot to this issue. |
| The Node ID of assignees for this issue. |
| The body for the issue description. |
| A unique identifier for the client performing the mutation. |
| An array of issue fields to set on the issue during creation. |
| The name of an issue template in the repository, assigns labels and assignees from the template to the issue. |
| The Node ID of the issue type for this issue. |
| An array of Node IDs of labels for this issue. |
| The Node ID of the milestone for this issue. |
| The Node ID of the parent issue to add this new issue to. |
| An array of Node IDs for projects associated with this issue. |
| An array of Node IDs for Projects V2 associated with this issue. |
| The Node ID of the repository. |
| The title for the issue. |
CreateIssueTypeInput
Autogenerated input type of CreateIssueType.
CreateIssueTypeInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| Color for the issue type. |
| Description of the new issue type. |
| Whether or not the issue type is enabled on the org level. |
| Name of the new issue type. |
| The ID for the organization on which the issue type is created. |
CreateLabelInput
Autogenerated input type of CreateLabel.
CreateLabelInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| A 6 character hex code, without the leading #, identifying the color of the label. |
| A brief description of the label, such as its purpose. |
| The name of the label. |
| The Node ID of the repository. |
CreateLinkedBranchInput
Autogenerated input type of CreateLinkedBranch.
CreateLinkedBranchInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| ID of the issue to link to. |
| The name of the new branch. Defaults to issue number and title. |
| The commit SHA to base the new branch on. |
| ID of the repository to create the branch in. Defaults to the issue repository. |
DeleteIssueCommentInput
Autogenerated input type of DeleteIssueComment.
DeleteIssueCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the comment to delete. |
DeleteIssueFieldInput
Autogenerated input type of DeleteIssueField.
DeleteIssueFieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to delete. |
DeleteIssueFieldValueInput
Autogenerated input type of DeleteIssueFieldValue.
DeleteIssueFieldValueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the field to delete. |
| The ID of the issue. |
DeleteIssueInput
Autogenerated input type of DeleteIssue.
DeleteIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the issue to delete. |
DeleteIssueTypeInput
Autogenerated input type of DeleteIssueType.
DeleteIssueTypeInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the issue type to delete. |
DeleteLabelInput
Autogenerated input type of DeleteLabel.
DeleteLabelInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Node ID of the label to be deleted. |
DeleteLinkedBranchInput
Autogenerated input type of DeleteLinkedBranch.
DeleteLinkedBranchInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the linked branch. |
IssueCommentOrder
Ways in which lists of issue comments can be ordered upon return.
IssueCommentOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The direction in which to order issue comments by the specified field. |
| The field in which to order issue comments by. |
IssueDependencyOrder
Ordering options issue dependencies.
IssueDependencyOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order issue dependencies by. |
IssueFieldCreateOrUpdateInput
Represents an issue field value that must be set on an issue during issue creation.
IssueFieldCreateOrUpdateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The date value, for a date field. |
| Set to true to delete the field value. |
| The ID of the issue field. |
| The numeric value, for a number field. |
| The ID of the selected option, for a single select field. |
| The text value, for a text field. |
IssueFieldOrder
Ordering options for issue field connections.
IssueFieldOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order issue fields by. |
IssueFieldSingleSelectOptionInput
A single selection option for an issue field.
IssueFieldSingleSelectOptionInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
The color associated with the option. | |
| A description of the option. |
| The name of the option. |
| The priority of the option in the list. |
IssueFilters
Ways in which to filter lists of issues.
IssueFilters에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| List issues assigned to given name. Pass in |
| List issues created by given name. |
| List issues where the list of label names exist on the issue. |
| List issues where the given name is mentioned in the issue. |
| List issues by given milestone argument. If an string representation of an
integer is passed, it should refer to a milestone by its database ID. Pass in
|
| List issues by given milestone argument. If an string representation of an
integer is passed, it should refer to a milestone by its number field. Pass in
|
| List issues that have been updated at or after the given date. |
| List issues filtered by the list of states given. |
| List issues filtered by the type given, only supported by searches on repositories. |
| List issues subscribed to by viewer. |
IssueOrder
Ways in which lists of issues can be ordered upon return.
IssueOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The direction in which to order issues by the specified field. |
| The field in which to order issues by. |
IssueTypeOrder
Ordering options for issue types connections.
IssueTypeOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order issue types by. |
LabelOrder
Ways in which lists of labels can be ordered upon return.
LabelOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The direction in which to order labels by the specified field. |
| The field in which to order labels by. |
LockLockableInput
Autogenerated input type of LockLockable.
LockLockableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| A reason for why the item will be locked. |
| ID of the item to be locked. |
MilestoneOrder
Ordering options for milestone connections.
MilestoneOrder에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ordering direction. |
| The field to order milestones by. |
MinimizeCommentInput
Autogenerated input type of MinimizeComment.
MinimizeCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The classification of comment. |
| A unique identifier for the client performing the mutation. |
| The Node ID of the subject to modify. |
PinIssueCommentInput
Autogenerated input type of PinIssueComment.
PinIssueCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Issue Comment to pin. Comment pinning is not supported on Pull Requests. |
PinIssueInput
Autogenerated input type of PinIssue.
PinIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the issue to be pinned. |
RemoveAssigneesFromAssignableInput
Autogenerated input type of RemoveAssigneesFromAssignable.
RemoveAssigneesFromAssignableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The id of the assignable object to remove assignees from. |
| The ids of actors to remove as assignees. |
| A unique identifier for the client performing the mutation. |
RemoveBlockedByInput
Autogenerated input type of RemoveBlockedBy.
RemoveBlockedByInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ID of the blocking issue. |
| A unique identifier for the client performing the mutation. |
| The ID of the blocked issue. |
RemoveLabelsFromLabelableInput
Autogenerated input type of RemoveLabelsFromLabelable.
RemoveLabelsFromLabelableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ids of labels to remove. |
| The id of the Labelable to remove labels from. |
RemoveSubIssueInput
Autogenerated input type of RemoveSubIssue.
RemoveSubIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The id of the issue. |
| The id of the sub-issue. |
ReopenIssueInput
Autogenerated input type of ReopenIssue.
ReopenIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| ID of the issue to be opened. |
ReplaceActorsForAssignableInput
Autogenerated input type of ReplaceActorsForAssignable.
ReplaceActorsForAssignableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The ids of the actors to replace the existing assignees. May be used as an alternative to or in conjunction with actorLogins. |
| The usernames of the actors to replace the existing assignees. May be used as an alternative to or in conjunction with actorIds. For bots, use the login format with [bot] suffix (e.g., 'my-app[bot]'). |
| Configuration for assigning an AI agent to this issue. |
| The id of the assignable object to replace the assignees for. |
| A unique identifier for the client performing the mutation. |
ReprioritizeSubIssueInput
Autogenerated input type of ReprioritizeSubIssue.
ReprioritizeSubIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The id of the sub-issue to be prioritized after (either positional argument after OR before should be specified). |
| The id of the sub-issue to be prioritized before (either positional argument after OR before should be specified). |
| A unique identifier for the client performing the mutation. |
| The id of the parent issue. |
| The id of the sub-issue to reprioritize. |
SetIssueFieldValueInput
Autogenerated input type of SetIssueFieldValue.
SetIssueFieldValueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue fields to set on the issue. |
| The ID of the Issue to set the field value on. |
TransferIssueInput
Autogenerated input type of TransferIssue.
TransferIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| Whether to create labels if they don't exist in the target repository (matched by name). |
| The Node ID of the issue to be transferred. |
| The Node ID of the repository the issue should be transferred to. |
UnlockLockableInput
Autogenerated input type of UnlockLockable.
UnlockLockableInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| ID of the item to be unlocked. |
UnmarkIssueAsDuplicateInput
Autogenerated input type of UnmarkIssueAsDuplicate.
UnmarkIssueAsDuplicateInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| ID of the issue or pull request currently considered canonical/authoritative/original. |
| A unique identifier for the client performing the mutation. |
| ID of the issue or pull request currently marked as a duplicate. |
UnminimizeCommentInput
Autogenerated input type of UnminimizeComment.
UnminimizeCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The Node ID of the subject to modify. |
UnpinIssueCommentInput
Autogenerated input type of UnpinIssueComment.
UnpinIssueCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the Issue Comment to unpin. Comment pinning is not supported on Pull Requests. |
UnpinIssueInput
Autogenerated input type of UnpinIssue.
UnpinIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the issue to be unpinned. |
UpdateIssueCommentInput
Autogenerated input type of UpdateIssueComment.
UpdateIssueCommentInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| The updated text of the comment. |
| A unique identifier for the client performing the mutation. |
| The ID of the IssueComment to modify. |
UpdateIssueFieldInput
Autogenerated input type of UpdateIssueField.
UpdateIssueFieldInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| A description of the issue field. |
| The ID of the issue field to update. |
| The name of the issue field. |
| The options for the issue field if applicable. |
| The visibility of the issue field. |
UpdateIssueFieldValueInput
Autogenerated input type of UpdateIssueFieldValue.
UpdateIssueFieldValueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The field value to update. |
| The ID of the issue. |
UpdateIssueInput
Autogenerated input type of UpdateIssue.
UpdateIssueInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| Configuration for assigning an AI agent to this issue. |
| An array of Node IDs of users or bots for this issue. |
| The body for the issue description. |
| A unique identifier for the client performing the mutation. |
| The ID of the Issue to modify. |
| The ID of the Issue Type for this issue. |
| An array of Node IDs of labels for this issue. |
| The Node ID of the milestone for this issue. |
| An array of Node IDs for projects associated with this issue. |
| The desired issue state. |
| The title for the issue. |
UpdateIssueIssueTypeInput
Autogenerated input type of UpdateIssueIssueType.
UpdateIssueIssueTypeInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the issue to update. |
| The ID of the issue type to update on the issue. |
UpdateIssueTypeInput
Autogenerated input type of UpdateIssueType.
UpdateIssueTypeInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| Color for the issue type. |
| The description of the issue type. |
| Whether or not the issue type is enabled for the organization. |
| The ID of the issue type to update. |
| The name of the issue type. |
UpdateLabelInput
Autogenerated input type of UpdateLabel.
UpdateLabelInput에 대한 입력 필드
| 이름 | 설명 |
|---|---|
| A unique identifier for the client performing the mutation. |
| A 6 character hex code, without the leading #, identifying the updated color of the label. |
| A brief description of the label, such as its purpose. |
| The Node ID of the label to be updated. |
| The updated name of the label. |