OBJECT
RequestReviewsPayload
Autogenerated return type of RequestReviews
link GraphQL Schema definition
- type RequestReviewsPayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The pull request that is getting requests.
- : PullRequest!
- # The edge from the pull request to the requested reviewers.
- : UserEdge!
- }