Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/mutations/DeleteTeam.graphql
2021-10-08 23:51:06 +05:30

3 lines
67 B
GraphQL

mutation DeleteTeam($teamID: ID!) {
deleteTeam(teamID: $teamID)
}