CloneProjectInput
Attributes for the new project.
input CloneProjectInput {
description: String
id: String!
name: String!
tags: Map
}
Fields
CloneProjectInput.description ● String scalar {#description}
An optional description of the project's purpose or contents
CloneProjectInput.id ● String! non-null scalar {#id}
A short, memorable identifier for looking up this project in the API and CLI. This becomes the first segment of all resource identifiers within the project. Max 20 characters, lowercase alphanumeric only (a-z, 0-9). Immutable after creation.
CloneProjectInput.name ● String! non-null scalar {#name}
A human-readable name for the new project
CloneProjectInput.tags ● Map scalar {#tags}
Key-value tags for this project. Keys and values must be strings. Must conform to the organization's tag constraints for the project scope.
Member Of
cloneProject mutation