Github API - Test Config

mutation approveDeployments
apps

Approve all pending deployments under one or more environments

Arguments
input ApproveDeploymentsInput

ApproveDeploymentsInput [input]

Autogenerated input type of ApproveDeployments

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

comment String

Optional comment for approving 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 ApproveDeployments

Returns
ApproveDeploymentsPayload

ApproveDeploymentsPayload [object]

Autogenerated return type of ApproveDeployments

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