OBJECT
RequestReviewsPayload
Autogenerated return type of RequestReviews
link GraphQL Schema definition
1 type RequestReviewsPayload { 2 3 # A unique identifier for the client performing the mutation. 4 String : 5 6 # The pull request that is getting requests. 7 PullRequest! : 8 9 # The edge from the pull request to the requested reviewers. 10 UserEdge! : 11 12 }