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 {
targetEntities: [EntityTarget!]
teamId: String!
}

Fields

TeamOwnerInput.targetEntities ● [EntityTarget!] list input general

Scope by multiple tag IDs

TeamOwnerInput.teamId ● String! non-null scalar general

The id of the team

Example

{
"targetEntities": [
{}
]
}

Member Of