MergePullRequestInput

This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see the Pull Requests Preview preview for more details.

Note: The GraphQL resources under preview cannot be accessed via the Explorer at this time.

Autogenerated input type of MergePullRequest

Input Fields

clientMutationId (String)

A unique identifier for the client performing the mutation.

commitBody (String)

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

commitHeadline (String)

Commit headline 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.

pullRequestId (ID!)

ID of the pull request to be merged.