OBJECT

RequestReviewsPayload

Autogenerated return type of RequestReviews

link GraphQL Schema definition

1type RequestReviewsPayload {
2
3# A unique identifier for the client performing the mutation.
4clientMutationId: String
5
6# The pull request that is getting requests.
7pullRequest: PullRequest!
8
9# The edge from the pull request to the requested reviewers.
10requestedReviewersEdge: UserEdge!
11
12}