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 {
targetEntities: [EntityTarget!]
userId: String!
}
Fields
OwnerInput.targetEntities ● [EntityTarget!] list input general
Scope by multiple target entities (dashboard, table, term)
OwnerInput.userId ● String! non-null scalar general
The id of the user
Example
{
"targetEntities": [
{}
]
}
Member Of
removeUserOwnersmutationupsertUserOwnersmutation