Skip to main content

createEnvironment

form schema

Create a new environment in a project.

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

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

createEnvironment.organizationId ● ID! non-null scalar {#organization-id}

Your organization ID

createEnvironment.projectId ● ID! non-null scalar {#project-id}

The project to create the environment in

createEnvironment.input ● CreateEnvironmentInput! non-null input {#input}

Environment details

Type

EnvironmentPayload object