CreatePullRequestInput Input Object
Autogenerated input type of CreatePullRequest
Fields
#
baseRefName
String !
Non-null
The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository.
headRefName
String !
Non-null
The name of the branch where your changes are implemented. For cross-repository pull requests
in the same network, namespace head_ref_name with a user like this: username:branch .
maintainerCanModify
Indicates whether maintainers can modify the pull request.
Default: trueUsages
#
References
#
- Argument input of field createPullRequest from type Mutation
Previous
CreateProjectV2StatusUpdatePayload
