teamDestroy
Deletes a team.
For example:
mutation TeamsDestroy($teamId: ID!) {
teamsDestroy(input: { teamId: $teamId }) {
team {
id
name
}
errors {
message
path
}
}
}
teamDestroy(
input: teamsDestroyInput!
): teamsDestroyPayload
Arguments
teamDestroy.input ● teamsDestroyInput! non-null input common
Parameters for teamsDestroy
Type
teamsDestroyPayload object common
Autogenerated return type of teamsDestroy