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.

EntityTarget

Input object expected by the query or mutation

input EntityTarget {
entityId: String
entityType: EntityTargetType
}

Fields

EntityTarget.entityId ● String scalar general

The id of the entity

EntityTarget.entityType ● EntityTargetType enum general

The type of the entity

Example

Member Of