DeleteTeam.graphql 67 B

123
  1. mutation DeleteTeam($teamID: ID!) {
  2. deleteTeam(teamID: $teamID)
  3. }