INPUT_OBJECT

UpdatePullRequestReviewInput

Autogenerated input type of UpdatePullRequestReview

link GraphQL Schema definition

  • input UpdatePullRequestReviewInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The Node ID of the pull request review to modify.
  • pullRequestReviewId: ID!
  • # The contents of the pull request review body.
  • body: String!
  • }