Input Object GitHub::UpdatePullRequestInput
Autogenerated input type of UpdatePullRequest
Input Fields
pullRequestId: ID!
The Node ID of the pull request.
baseRefName: String
The name of the branch you want your changes pulled into. This should be an existing branch on the current repository.
title: String
The title of the pull request.
body: String
The contents of the pull request.
state: PullRequestUpdateState
The target state of the pull request.
maintainerCanModify: Boolean
Indicates whether maintainers can modify the pull request.
assigneeIds: [ID!]
An array of Node IDs of users for this pull request.
milestoneId: ID
The Node ID of the milestone for this pull request.
labelIds: [ID!]
An array of Node IDs of labels for this pull request.
projectIds: [ID!]
An array of Node IDs for projects associated with this pull request.
clientMutationId: String
A unique identifier for the client performing the mutation.