Github API - Test Config

AddPullRequestReviewThreadInput [input]

Autogenerated input type of AddPullRequestReviewThread

Attributes
body String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

Body of the thread's first comment.

clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

line Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

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 String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

Path to the file being commented on.

pullRequestId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The node ID of the pull request reviewing

pullRequestReviewId ID

ID [scalar]

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.

API:
Github GraphQL API

The Node ID of the review to modify.

side DiffSide

DiffSide [enum]

The possible sides of a diff.

Possible values
LEFT

The left side of the diff.

RIGHT

The right side of the diff.

API:
Github GraphQL API

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.

startLine Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

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

startSide DiffSide

DiffSide [enum]

The possible sides of a diff.

Possible values
LEFT

The left side of the diff.

RIGHT

The right side of the diff.

API:
Github GraphQL API

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

subjectType PullRequestReviewThreadSubjectType

PullRequestReviewThreadSubjectType [enum]

The possible subject types of a pull request review comment.

Possible values
FILE

A comment that has been made against the file of a pull request

LINE

A comment that has been made against the line of a pull request

API:
Github GraphQL API

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

API:
Github GraphQL API