Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
TeamUsersInput
Input object expected by the query or mutation
input TeamUsersInput {
emails: [String!]!
id: String!
}
Fields
TeamUsersInput.emails ● [String!]! non-null scalar general
Emails of users to add or remove from the team
TeamUsersInput.id ● String! non-null scalar general
The id of the team
Example
{
"emails": []
}
Member Of
addTeamUsersmutationremoveTeamUsersmutation