Github API - Test Config

mutation updatePullRequestBranch

Merge or Rebase HEAD from upstream branch into pull request branch

Arguments
input UpdatePullRequestBranchInput

UpdatePullRequestBranchInput [input]

Autogenerated input type of UpdatePullRequestBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

expectedHeadOid GitObjectID

The head ref oid for the upstream branch.

pullRequestId ID

The Node ID of the pull request.

The update branch method to use. If omitted, defaults to 'MERGE'

API:
Github GraphQL API

Parameters for UpdatePullRequestBranch

Returns
UpdatePullRequestBranchPayload

UpdatePullRequestBranchPayload [object]

Autogenerated return type of UpdatePullRequestBranch

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The updated pull request.

API:
Github GraphQL API
API:
Github GraphQL API