Skip to main content

LinkLeaf

A link returned in list results.

type LinkLeaf {
id: ID!
fromField: String!
toField: String!
createdAt: DateTime!
updatedAt: DateTime!
fromComponent: ComponentLeaf
toComponent: ComponentLeaf
}

Fields

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

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

Output field name on the source component

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

Input field name on the destination component

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

When this link was created (UTC)

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

When this link was last modified (UTC)

LinkLeaf.fromComponent ● ComponentLeaf object {#from-component}

The source (from) component.

LinkLeaf.toComponent ● ComponentLeaf object {#to-component}

The destination (to) component.

Member Of

LinksPage object