Files
hoppscotch/packages/hoppscotch-sh-admin/src/helpers/backend/gql/mutations/RemoveTeam.graphql
2023-03-21 16:05:01 +05:30

4 lines
69 B
GraphQL

mutation RemoveTeam($uid: ID!) {
deleteTeamByAdmin(teamID: $uid)
}