Skip to main content

teamsDestroyPayload

Autogenerated return type of teamsDestroy

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

Fields

teamsDestroyPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

teamsDestroyPayload.team ● Team! non-null object common

The deleted team.

Returned by

teamDestroy mutation