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