OBJECT

UpdatePullRequestReviewCommentPayload

Autogenerated return type of UpdatePullRequestReviewComment

link GraphQL Schema definition

  • type UpdatePullRequestReviewCommentPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The updated comment.
  • pullRequestReviewComment: PullRequestReviewComment!
  • }