Github API - Test Config

mutation rejectDeployments

Reject all pending deployments under one or more environments

Arguments
input RejectDeploymentsInput

RejectDeploymentsInput [input]

Autogenerated input type of RejectDeployments

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

comment String

Optional comment for rejecting deployments

environmentIds ID []

The ids of environments to reject deployments

workflowRunId ID

The node ID of the workflow run containing the pending deployments.

API:
Github GraphQL API

Parameters for RejectDeployments

Returns
RejectDeploymentsPayload

RejectDeploymentsPayload [object]

Autogenerated return type of RejectDeployments

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

deployments Deployment []

The affected deployments.

API:
Github GraphQL API
API:
Github GraphQL API