CreateTeamInput
Autogenerated input type of CreateTeam
input CreateTeamInput {
clientMutationId: String
companyId: ID!
params: TeamTypeInput!
}
Fields
CreateTeamInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
CreateTeamInput.companyId ● ID! non-null scalar
CreateTeamInput.params ● TeamTypeInput! non-null input
Member Of
createTeam mutation