Skip to main content

upsertTeamByIdInput

All input for the upsertTeamById mutation.

input upsertTeamByIdInput {
clientMutationId: String
team: TeamInput!
patch: TeamPatch!
}

Fields

upsertTeamByIdInput.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.

upsertTeamByIdInput.team ● TeamInput! non-null input

The Team to be created by this mutation.

upsertTeamByIdInput.patch ● TeamPatch! non-null input

An object where the defined keys will be set on the Team being updated.

Member Of

upsertTeamById mutation