Types
CreateGitHubPullRequestInput
Values used to create a GitHub pull request.
input
CreateGitHubPullRequestInputFields
owner
String!
required
The owner to use for the request.
name
String!
required
The name to use for the request.
baseRefName
String!
required
The base ref name to use for the request.
headRefName
String!
required
The head ref name to use for the request.
title
String!
required
The title to use for the request.
body
String
The body to use for the request.
draft
Boolean
default:false
Whether draft applies to the request.