Mutations
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. |
closePullRequest
Close a pull request.
Champs d’entrée pour closePullRequest
input(ClosePullRequestInput!)
Champs de retour pour closePullRequest
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that was closed. |
convertPullRequestToDraft
Converts a pull request to draft.
Champs d’entrée pour convertPullRequestToDraft
input(ConvertPullRequestToDraftInput!)
Champs de retour pour convertPullRequestToDraft
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The pull request that is now a draft. |
createPullRequest
Create a new pull request.
Champs d’entrée pour createPullRequest
input(CreatePullRequestInput!)
Champs de retour pour createPullRequest
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new pull request. |
deletePullRequestReview
Deletes a pull request review.
Champs d’entrée pour deletePullRequestReview
input(DeletePullRequestReviewInput!)
Champs de retour pour deletePullRequestReview
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |