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.

BaseTagEntityInput

Input object expected by the query or mutation

input BaseTagEntityInput {
entityType: TagEntityType!
entityId: String!
label: String!
}

Fields

BaseTagEntityInput.entityType ● TagEntityType! non-null enum tags

The type of the tagged entity

BaseTagEntityInput.entityId ● String! non-null scalar general

The id of the tagged entity

BaseTagEntityInput.label ● String! non-null scalar general

The label of the tag

Example

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

Member Of