From 598b0e97df747c943cff27e2bdd426c959073e07 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 22 May 2023 03:07:38 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/api/graphql/reference/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'doc/api') diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md index 6cf95675fb4..23d914eee12 100644 --- a/doc/api/graphql/reference/index.md +++ b/doc/api/graphql/reference/index.md @@ -3064,6 +3064,30 @@ Input type: `EnableDevopsAdoptionNamespaceInput` | `enabledNamespace` | [`DevopsAdoptionEnabledNamespace`](#devopsadoptionenablednamespace) | Enabled namespace after mutation. | | `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | +### `Mutation.environmentCreate` + +Create an environment. + +Input type: `EnvironmentCreateInput` + +#### Arguments + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `externalUrl` | [`String`](#string) | External URL of the environment. | +| `name` | [`String!`](#string) | Name of the environment. | +| `projectPath` | [`ID!`](#id) | Full path of the project. | +| `tier` | [`DeploymentTier`](#deploymenttier) | Tier of the environment. | + +#### Fields + +| Name | Type | Description | +| ---- | ---- | ----------- | +| `clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. | +| `environment` | [`Environment`](#environment) | Created environment. | +| `errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. | + ### `Mutation.environmentDelete` Delete an environment. -- cgit v1.2.3