Magidoc

MergePullRequestInput
Input Object

Autogenerated input type of MergePullRequest

Fields

#

authorEmail

The email address to associate with this merge.

clientMutationId

A unique identifier for the client performing the mutation.

commitBody

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

commitHeadline

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

expectedHeadOid

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

mergeMethod

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

Default: "MERGE"

pullRequestId

ID !
Non-null

ID of the pull request to be merged.

Usages

#

References

#

  • Argument input of field mergePullRequest from type Mutation