Skip to main content

CreateTeamInput

All input for the create Team mutation.

input CreateTeamInput {
clientMutationId: String
team: TeamInput!
}

Fields

CreateTeamInput.clientMutationId ● String scalar

An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.

CreateTeamInput.team ● TeamInput! non-null input

The Team to be created by this mutation.

Member Of

createTeam mutation