Magidoc

AddPullRequestReviewThreadInput
Input Object

Autogenerated input type of AddPullRequestReviewThread

Fields

#

body

Non-null

Body of the thread's first comment.

clientMutationId

A unique identifier for the client performing the mutation.

line

The line of the blob to which the thread refers, required for line-level threads. The end of the line range for multi-line comments.

path

Non-null

Path to the file being commented on.

pullRequestId

The node ID of the pull request reviewing

pullRequestReviewId

The Node ID of the review to modify.

side

The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.

Default: "RIGHT"

startLine

The first line of the range to which the comment refers.

startSide

The side of the diff on which the start line resides.

Default: "RIGHT"

subjectType

The level at which the comments in the corresponding thread are targeted, can be a diff line or a file

Default: "LINE"

Usages

#

References

#

  • Argument input of field addPullRequestReviewThread from type Mutation