Github API - Test Config

DraftPullRequestReviewThread [input]

Specifies a review comment thread to be left with a Pull Request Review.

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 comment to leave.

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. 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.

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.

API:
Github GraphQL API