Mutations
deleteTeam
Deletes a team.
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes a team.
mutation DeleteTeam($id: Int!) {
deleteTeam(id: $id) {
id
}
}{
"id": 1
}{
"data": {
"deleteTeam": {
"id": 1
}
}
}Was this page helpful?
mutation DeleteTeam($id: Int!) {
deleteTeam(id: $id) {
id
}
}{
"id": 1
}{
"data": {
"deleteTeam": {
"id": 1
}
}
}Suggestions