Mutations
approveDeployments
Approve all pending deployments under one or more environments.
Champs d’entrée pour approveDeployments
input(ApproveDeploymentsInput!)
Champs de retour pour approveDeployments
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The affected deployments. |
createDeployment
Creates a new deployment event.
Champs d’entrée pour createDeployment
input(CreateDeploymentInput!)
Champs de retour pour createDeployment
| Nom | Description |
|---|---|
| True if the default branch has been auto-merged into the deployment ref. |
| A unique identifier for the client performing the mutation. |
| The new deployment. |
createDeploymentStatus
Create a deployment status.
Champs d’entrée pour createDeploymentStatus
input(CreateDeploymentStatusInput!)
Champs de retour pour createDeploymentStatus
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new deployment status. |
createEnvironment
Creates an environment or simply returns it if already exists.
Champs d’entrée pour createEnvironment
input(CreateEnvironmentInput!)
Champs de retour pour createEnvironment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The new or existing environment. |
deleteDeployment
Deletes a deployment.
Champs d’entrée pour deleteDeployment
input(DeleteDeploymentInput!)
Champs de retour pour deleteDeployment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
deleteEnvironment
Deletes an environment.
Champs d’entrée pour deleteEnvironment
input(DeleteEnvironmentInput!)
Champs de retour pour deleteEnvironment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
pinEnvironment
Pin an environment to a repository.
Champs d’entrée pour pinEnvironment
input(PinEnvironmentInput!)
Champs de retour pour pinEnvironment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The environment that was pinned. |
| The pinned environment if we pinned. |
rejectDeployments
Reject all pending deployments under one or more environments.
Champs d’entrée pour rejectDeployments
input(RejectDeploymentsInput!)
Champs de retour pour rejectDeployments
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The affected deployments. |
reorderEnvironment
Reorder a pinned repository environment.
Champs d’entrée pour reorderEnvironment
input(ReorderEnvironmentInput!)
Champs de retour pour reorderEnvironment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The environment that was reordered. |
updateEnvironment
Updates an environment.
Champs d’entrée pour updateEnvironment
input(UpdateEnvironmentInput!)
Champs de retour pour updateEnvironment
| Nom | Description |
|---|---|
| A unique identifier for the client performing the mutation. |
| The updated environment. |
Objects
DeployedEvent
Represents adeployedevent on a given pull request.