Skip to main content

Target

A deployment environment where bundles can be deployed

type Target {
id: ID
name: String
slug: String
description: String
mode: TargetMode
deletable: TargetDeletionLifecycle!
createdAt: DateTime
updatedAt: DateTime
diagram: Diagram
manifests: [Manifest]
project: Project
packages: [Package]
connections: [TargetConnection]
defaultConnections: [DefaultTargetConnection]
}

Fields

Target.id ● ID scalar

Unique identifier

Target.name ● String scalar

Name of the target

Target.slug ● String scalar

URL-friendly identifier

Target.description ● String scalar

Description of the target

Target.mode ● TargetMode enum

Operation mode of the target

Target.deletable ● TargetDeletionLifecycle! non-null object

Information about whether the target can be deleted

Target.createdAt ● DateTime scalar

When the target was created

Target.updatedAt ● DateTime scalar

When the target was last updated

Target.diagram ● Diagram object

Target's diagram links and resources

Target.manifests ● [Manifest] list object

Manifests for this target's package

Target.project ● Project object

The project this target belongs to

Target.packages ● [Package] list object

Packages deployed to this target

Target.connections ● [TargetConnection] list object

Connections configured for this target

Target.defaultConnections ● [DefaultTargetConnection] list object

Default connections for this target

Returned By

target query

Member Of

Package object ● Project object ● ProjectDeletionLifecyclePackageError object ● TargetConnection object ● TargetPayload object