Skip to main content

DeleteTeamPayload

Autogenerated return type of DeleteTeam

type DeleteTeamPayload {
clientMutationId: String
msg: String @deprecated
team: Team!
}

Fields

DeleteTeamPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeleteTeamPayload.msg ● String deprecated scalar

DEPRECATED

This field will be deprecated, please use team instead.

DeleteTeamPayload.team ● Team! non-null object

Returned By

deleteTeam mutation