Skip to main content

Link

A link with its full details.

type Link {
id: ID!
fromField: String!
toField: String!
createdAt: DateTime!
updatedAt: DateTime!
fromComponent: Component
toComponent: Component
}

Fields

Link.id ● ID! non-null scalar {#id}

Link.fromField ● String! non-null scalar {#from-field}

Output field name on the source component

Link.toField ● String! non-null scalar {#to-field}

Input field name on the destination component

Link.createdAt ● DateTime! non-null scalar {#created-at}

When this link was created (UTC)

Link.updatedAt ● DateTime! non-null scalar {#updated-at}

When this link was last modified (UTC)

Link.fromComponent ● Component object {#from-component}

The source (from) component.

Link.toComponent ● Component object {#to-component}

The destination (to) component.

Member Of

LinkPayload object