Skip to main content

createEnvironment

form schema

Create a new environment in a project.

This mutation supports dynamic form generation.

createEnvironment(
organizationId: ID!
projectId: ID!
input: CreateEnvironmentInput!
): EnvironmentPayload

Directives

formSchema

This mutation supports dynamic form generation.

Arguments

createEnvironment.organizationId ● ID! non-null scalar

Your organization ID

createEnvironment.projectId ● ID! non-null scalar

The project to create the environment in

createEnvironment.input ● CreateEnvironmentInput! non-null input

Environment details

Type

EnvironmentPayload object