Github API - Test Config

mutation disablePullRequestAutoMerge

Disable auto merge on the given pull request

Arguments
input DisablePullRequestAutoMergeInput

DisablePullRequestAutoMergeInput [input]

Autogenerated input type of DisablePullRequestAutoMerge

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestId ID

ID of the pull request to disable auto merge on.

API:
Github GraphQL API

Parameters for DisablePullRequestAutoMerge

Returns
DisablePullRequestAutoMergePayload

DisablePullRequestAutoMergePayload [object]

Autogenerated return type of DisablePullRequestAutoMerge

Attributes
actor Actor

Identifies the actor who performed the event.

clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The pull request auto merge was disabled on.

API:
Github GraphQL API
API:
Github GraphQL API