INPUT_OBJECT

UpdatePullRequestReviewCommentInput

Autogenerated input type of UpdatePullRequestReviewComment

link GraphQL Schema definition

  • input UpdatePullRequestReviewCommentInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the comment to modify.
  • pullRequestReviewCommentId: ID!
  • # The text of the comment.
  • body: String!
  • }