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 users

The type of the entity

Example

{
"entityId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityType": "TABLE"
}

Member Of