teamsUpdateInput
Autogenerated input type of teamsUpdate
input teamsUpdateInput {
agentIds: [String!]
clientMutationId: String
description: String
name: String
teamId: ID!
}
Fields
teamsUpdateInput.agentIds ● [String!] list scalar common
The agent IDs to assign to the team. GID format: ag_XXX.
teamsUpdateInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
teamsUpdateInput.description ● String scalar common
The description of the team.
teamsUpdateInput.name ● String scalar common
The name of the team.
teamsUpdateInput.teamId ● ID! non-null scalar common
The ID of the team.
Member of
teamUpdate mutation