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 general

The entity from which the entitiesLink is issued

EntitiesLinkInput.to ● EntitiesLinkTargetInput! non-null input general

The entity to which the entitiesLink points

Example

{
"from": {}
}

Member Of