Skip to main content
Skip to content

Deployments

Documentation de référence sur les types de schéma GraphQL dans la catégorie Déploiements.

Mutations

approveDeployments

Mutation

Approve all pending deployments under one or more environments.

Champs d’entrée pour approveDeployments

Champs de retour pour approveDeployments

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

deployments ([Deployment!])

The affected deployments.

createDeployment

Mutation

Creates a new deployment event.

Champs d’entrée pour createDeployment

Champs de retour pour createDeployment

NomDescription

autoMerged (Boolean)

True if the default branch has been auto-merged into the deployment ref.

clientMutationId (String)

A unique identifier for the client performing the mutation.

deployment (Deployment)

The new deployment.

createDeploymentStatus

Mutation

Create a deployment status.

Champs d’entrée pour createDeploymentStatus

Champs de retour pour createDeploymentStatus

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

deploymentStatus (DeploymentStatus)

The new deployment status.

createEnvironment

Mutation

Creates an environment or simply returns it if already exists.

Champs d’entrée pour createEnvironment

Champs de retour pour createEnvironment

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The new or existing environment.

deleteDeployment

Mutation

Deletes a deployment.

Champs d’entrée pour deleteDeployment

Champs de retour pour deleteDeployment

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

deleteEnvironment

Mutation

Deletes an environment.

Champs d’entrée pour deleteEnvironment

Champs de retour pour deleteEnvironment

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

pinEnvironment

Mutation

Pin an environment to a repository.

Champs d’entrée pour pinEnvironment

Champs de retour pour pinEnvironment

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The environment that was pinned.

pinnedEnvironment (PinnedEnvironment)

The pinned environment if we pinned.

rejectDeployments

Mutation

Reject all pending deployments under one or more environments.

Champs d’entrée pour rejectDeployments

Champs de retour pour rejectDeployments

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

deployments ([Deployment!])

The affected deployments.

reorderEnvironment

Mutation

Reorder a pinned repository environment.

Champs d’entrée pour reorderEnvironment

Champs de retour pour reorderEnvironment

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The environment that was reordered.

updateEnvironment

Mutation

Updates an environment.

Champs d’entrée pour updateEnvironment

Champs de retour pour updateEnvironment

NomDescription

clientMutationId (String)

A unique identifier for the client performing the mutation.

environment (Environment)

The updated environment.

Objects

DeployedEvent

Object

Represents adeployedevent on a given pull request.

DeployedEvent Met en œuvre