INPUT_OBJECT

AddPullRequestReviewCommentInput

Autogenerated input type of AddPullRequestReviewComment

link GraphQL Schema definition

  • input AddPullRequestReviewCommentInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the review to modify.
  • pullRequestReviewId: ID!
  • # The SHA of the commit to comment on.
  • commitOID: GitObjectID
  • # The text of the comment.
  • body: String!
  • # The relative path of the file to comment on.
  • path: String
  • # The line index in the diff to comment on.
  • position: Int
  • # The comment id to reply to.
  • inReplyTo: ID
  • }