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.

TeamOwnerInput

Input object expected by the query or mutation

input TeamOwnerInput {
ownerLabelId: String
targetEntities: [EntityTarget!]!
teamId: String!
}

Fields

TeamOwnerInput.ownerLabelId ● String scalar general

The id of the owner label of the ownership

TeamOwnerInput.targetEntities ● [EntityTarget!]! non-null input users

Scope by multiple target entities (dashboard, table, term)

TeamOwnerInput.teamId ● String! non-null scalar general

The id of the team

Example

{
"ownerLabelId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"targetEntities": [
{
"entityId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityType": "TABLE"
}
],
"teamId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Member Of