Skip to main content

Handle

A connection handle in the diagram

type Handle {
fieldName: String!
type: String!
isLinkable: Boolean!
required: Boolean!
}

Fields

Handle.fieldName ● String! non-null scalar

Name of the field

Handle.type ● String! non-null scalar

Type of the handle

Handle.isLinkable ● Boolean! non-null scalar

Whether this handle can be linked

Handle.required ● Boolean! non-null scalar

Whether this handle is required

Member Of

Node object