Github API - Test Config

mutation enqueuePullRequest

Add a pull request to the merge queue.

Arguments
input EnqueuePullRequestInput

EnqueuePullRequestInput [input]

Autogenerated input type of EnqueuePullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

expectedHeadOid GitObjectID

The expected head OID of the pull request.

jump Boolean

Add the pull request to the front of the queue.

pullRequestId ID

The ID of the pull request to enqueue.

API:
Github GraphQL API

Parameters for EnqueuePullRequest

Returns
EnqueuePullRequestPayload

EnqueuePullRequestPayload [object]

Autogenerated return type of EnqueuePullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

mergeQueueEntry MergeQueueEntry

The merge queue entry for the enqueued pull request.

API:
Github GraphQL API
API:
Github GraphQL API