Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

EntitiesLinkInput

Input object expected by the query or mutation

input EntitiesLinkInput {
from: EntitiesLinkTargetInput!
to: EntitiesLinkTargetInput!
}

Fields

EntitiesLinkInput.from ● EntitiesLinkTargetInput! non-null input pinned-assets

The entity from which the entitiesLink is issued

EntitiesLinkInput.to ● EntitiesLinkTargetInput! non-null input pinned-assets

The entity to which the entitiesLink points

Example

{
"from": {
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"type": "TABLE"
}
}

Member Of