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