INPUT_OBJECT
Autogenerated input type of RequestReviews
input RequestReviewsInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The Node ID of the pull request to modify.pullRequestId: ID!# The Node IDs of the users to request.userIds: [ID!]!# Add users to the set rather than replace.union: Boolean}