Github API - Test Config

AddPullRequestReviewCommentInput [input]

Autogenerated input type of AddPullRequestReviewComment

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

The text of the comment. This field is required

Upcoming Change on 2023-10-01 UTC
Description: body will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

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.

commitOID GitObjectID

GitObjectID [scalar]

A Git object ID.

API:
Github GraphQL API

The SHA of the commit to comment on.

Upcoming Change on 2023-10-01 UTC
Description: commitOID will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

inReplyTo 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 comment id to reply to.

Upcoming Change on 2023-10-01 UTC
Description: inReplyTo will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

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

The relative path of the file to comment on.

Upcoming Change on 2023-10-01 UTC
Description: path will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

position 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 index in the diff to comment on.

Upcoming Change on 2023-10-01 UTC
Description: position will be removed. use addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

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

Upcoming Change on 2023-10-01 UTC
Description: pullRequestId will be removed. use
addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

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.

Upcoming Change on 2023-10-01 UTC
Description: pullRequestReviewId will be removed. use
addPullRequestReviewThread or addPullRequestReviewThreadReply instead
Reason: We are deprecating the addPullRequestReviewComment mutation

API:
Github GraphQL API