Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
OwnerInput
Input object expected by the query or mutation
input OwnerInput {
ownerLabelId: String
targetEntities: [EntityTarget!]!
userId: String!
}
Fields
OwnerInput.ownerLabelId ● String scalar general
The id of the owner label of the ownership
OwnerInput.targetEntities ● [EntityTarget!]! non-null input users
Scope by multiple target entities (dashboard, table, term)
OwnerInput.userId ● String! non-null scalar general
The id of the user
Example
{
"ownerLabelId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"targetEntities": [
{
"entityId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityType": "TABLE"
}
],
"userId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
Member Of
removeUserOwnersmutationupsertUserOwnersmutation