Github API - Test Config

mutation dequeuePullRequest

Remove a pull request from the merge queue.

Arguments
input DequeuePullRequestInput

DequeuePullRequestInput [input]

Autogenerated input type of DequeuePullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The ID of the pull request to be dequeued.

API:
Github GraphQL API

Parameters for DequeuePullRequest

Returns
DequeuePullRequestPayload

DequeuePullRequestPayload [object]

Autogenerated return type of DequeuePullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

mergeQueueEntry MergeQueueEntry

The merge queue entry of the dequeued pull request.

API:
Github GraphQL API
API:
Github GraphQL API