Mutations
addAssigneesToAssignable
Adds assignees to an assignable object.
Input fields for addAssigneesToAssignable
input(AddAssigneesToAssignableInput!)
Return fields for addAssigneesToAssignable
| Name | Description |
|---|---|
| The item that was assigned. |
| A unique identifier for the client performing the mutation. |
addBlockedBy
Adds a 'blocked by' relationship to an issue.
Input fields for addBlockedBy
input(AddBlockedByInput!)
Return fields for addBlockedBy
| Name | Description |
|---|---|
| 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.
Input fields for addComment
input(AddCommentInput!)
Return fields for addComment
| Name | Description |
|---|---|
| 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.
Input fields for addLabelsToLabelable
input(AddLabelsToLabelableInput!)
Return fields for addLabelsToLabelable
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item that was labeled. |
addSubIssue
Adds a sub-issue to a given issue.
Input fields for addSubIssue
input(AddSubIssueInput!)
Return fields for addSubIssue
| Name | Description |
|---|---|
| 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.
Input fields for clearLabelsFromLabelable
input(ClearLabelsFromLabelableInput!)
Return fields for clearLabelsFromLabelable
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The item that was unlabeled. |
closeIssue
Close an issue.
Input fields for closeIssue
input(CloseIssueInput!)
Return fields for closeIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was closed. |
createIssue
Creates a new issue.
Input fields for createIssue
input(CreateIssueInput!)
Return fields for createIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new issue. |
createIssueType
Creates a new issue type.
Input fields for createIssueType
input(CreateIssueTypeInput!)
Return fields for createIssueType
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created issue type. |
createLabel
Creates a new label.
Input fields for createLabel
input(CreateLabelInput!)
Return fields for createLabel
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new label. |
createLinkedBranch
Create a branch linked to an issue.
Input fields for createLinkedBranch
input(CreateLinkedBranchInput!)
Return fields for createLinkedBranch
| Name | Description |
|---|---|
| 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.
Input fields for deleteIssue
input(DeleteIssueInput!)
Return fields for deleteIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository the issue belonged to. |
deleteIssueComment
Deletes an IssueComment object.
Input fields for deleteIssueComment
input(DeleteIssueCommentInput!)
Return fields for deleteIssueComment
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
deleteIssueType
Delete an issue type.
Input fields for deleteIssueType
input(DeleteIssueTypeInput!)
Return fields for deleteIssueType
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The ID of the deleted issue type. |
deleteLabel
Deletes a label.
Input fields for deleteLabel
input(DeleteLabelInput!)
Return fields for deleteLabel
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
deleteLinkedBranch
Unlink a branch from an issue.
Input fields for deleteLinkedBranch
input(DeleteLinkedBranchInput!)
Return fields for deleteLinkedBranch
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue the linked branch was unlinked from. |
lockLockable
Lock a lockable object.
Input fields for lockLockable
input(LockLockableInput!)
Return fields for lockLockable
| Name | Description |
|---|---|
| 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.
Input fields for minimizeComment
input(MinimizeCommentInput!)
Return fields for minimizeComment
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The comment that was minimized. |
pinIssue
Pin an issue to a repository.
Input fields for pinIssue
input(PinIssueInput!)
Return fields for pinIssue
| Name | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The issue that was pinned. |
removeAssigneesFromAssignable
Removes assignees from an assignable object.
Input fields for removeAssigneesFromAssignable
Return fields for removeAssigneesFromAssignable
| Name | Description |
|---|---|
| The item that was unassigned. |
| A unique identifier for the client performing the mutation. |
removeBlockedBy
Removes a 'blocked by' relationship from an issue.
Input fields for removeBlockedBy
input(RemoveBlockedByInput!)
Return fields for removeBlockedBy
| Name | Description |
|---|---|
| The previously blocking issue. |
| A unique identifier for the client performing the mutation. |
| The previously blocked issue. |
removeLabelsFromLabelable
Removes labels from a Labelable object.
Input fields for removeLabelsFromLabelable
input(RemoveLabelsFromLabelableInput!)