OBJECT

RequestReviewsPayload

Autogenerated return type of RequestReviews

link GraphQL Schema definition

  • type RequestReviewsPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The pull request that is getting requests.
  • pullRequest: PullRequest!
  • # The edge from the pull request to the requested reviewers.
  • requestedReviewersEdge: UserEdge!
  • }