Input Object GitHub::MergePullRequestInput

Autogenerated input type of MergePullRequest

Input Fields

pullRequestId: ID!

ID of the pull request to be merged.

commitHeadline: String

Commit headline to use for the merge commit; if omitted, a default message will be used.

commitBody: String

Commit body to use for the merge commit; if omitted, a default message will be used

expectedHeadOid: GitObjectID

OID that the pull request head ref must match to allow merge; if omitted, no check is performed.

mergeMethod: PullRequestMergeMethod

The merge method to use. If omitted, defaults to 'MERGE'

clientMutationId: String

A unique identifier for the client performing the mutation.

Uses

Mutation.mergePullRequest