Mutations
addPullRequestCreationCapBypassUsers
Add users to the pull request creation cap bypass list. Bypassed users can create pull requests regardless of the configured cap. Only users with maintainer permissions can manage the bypass list. You can add a maximum of 100 users per request. The bypass list can only hold a maximum of 100 users.
Champs d’entrée pour addPullRequestCreationCapBypassUsers
Champs de retour pour addPullRequestCreationCapBypassUsers
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The repository with the updated bypass list. |
addPullRequestReview
Adds a review to a Pull Request.
Champs d’entrée pour addPullRequestReview
input(AddPullRequestReviewInput!)
Champs de retour pour addPullRequestReview
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created pull request review. |
| The edge from the pull request's review connection. |
addPullRequestReviewComment
Adds a comment to a review.
Champs d’entrée pour addPullRequestReviewComment
Champs de retour pour addPullRequestReviewComment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created comment. |
| The edge from the review's comment connection. |
addPullRequestReviewThread
Adds a new thread to a pending Pull Request Review.
Champs d’entrée pour addPullRequestReviewThread
input(AddPullRequestReviewThreadInput!)
Champs de retour pour addPullRequestReviewThread
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created thread. |
addPullRequestReviewThreadReply
Adds a reply to an existing Pull Request Review Thread.
Champs d’entrée pour addPullRequestReviewThreadReply
Champs de retour pour addPullRequestReviewThreadReply
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The newly created reply. |
archivePullRequest
Archive a pull request. Closes, locks, and marks the pull request as archived. Only repository admins can archive pull requests.
Champs d’entrée pour archivePullRequest
input(ArchivePullRequestInput!)
Champs de retour pour archivePullRequest
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
|