Skip to main content

createEnvironment

Create an environment

createEnvironment(
organizationId: ID!
projectId: ID!
name: String!
slug: String!
description: String
): EnvironmentPayload

Arguments

createEnvironment.organizationId ● ID! non-null scalar

createEnvironment.projectId ● ID! non-null scalar

createEnvironment.name ● String! non-null scalar

createEnvironment.slug ● String! non-null scalar

createEnvironment.description ● String scalar

Type

EnvironmentPayload object