Skip to main content

AppEnvironmentCreateChildEnvironmentPayload

Response from creating a child environment

type AppEnvironmentCreateChildEnvironmentPayload {
environmentId: Int!
environmentName: String!
message: String!
success: Boolean!
}

Fields

AppEnvironmentCreateChildEnvironmentPayload.environmentId ● Int! non-null scalar common

The unique ID of the newly created child environment

AppEnvironmentCreateChildEnvironmentPayload.environmentName ● String! non-null scalar common

The name of the newly created child environment

AppEnvironmentCreateChildEnvironmentPayload.message ● String! non-null scalar common

Success message

AppEnvironmentCreateChildEnvironmentPayload.success ● Boolean! non-null scalar common

Whether the operation was successful

Returned By

createChildEnvironment mutation