Skip to main content

Handle

A connection handle in the diagram

type Handle {
fieldName: String!
type: String!
required: Boolean!
connectionOrientation: ArtifactDefinitionUiConnectionOrientation!
}

Fields

Handle.fieldName ● String! non-null scalar

Name of the field

Handle.type ● String! non-null scalar

Type of the handle

Handle.required ● Boolean! non-null scalar

Whether this handle is required

Handle.connectionOrientation ● ArtifactDefinitionUiConnectionOrientation! non-null enum

How to visually connect this artifact definition type on the canvas. link - draw lines, environmentDefault - set on sidebar

Member Of

NodeContext object