OBJECT

AddPullRequestReviewPayload

Autogenerated return type of AddPullRequestReview

link GraphQL Schema definition

  • type AddPullRequestReviewPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The newly created pull request review.
  • pullRequestReview: PullRequestReview!
  • # The edge from the pull request's review connection.
  • reviewEdge: PullRequestReviewEdge!
  • }