Skip to main content

UpdateTeamInput

All input for the updateTeam mutation.

input UpdateTeamInput {
clientMutationId: String
patch: TeamPatch!
id: String!
}

Fields

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

UpdateTeamInput.patch ● TeamPatch! non-null input

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

UpdateTeamInput.id ● String! non-null scalar

Member Of

updateTeam mutation