Skip to main content

teamsUpdatePayload

Autogenerated return type of teamsUpdate

type teamsUpdatePayload {
clientMutationId: String
errors: [UserError!]!
team: Team!
}

Fields

teamsUpdatePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

teamsUpdatePayload.errors ● [UserError!]! non-null object common

Errors related to user input

teamsUpdatePayload.team ● Team! non-null object common

The updated team.

Returned by

teamUpdate mutation