Files
hoppscotch/packages/hoppscotch-app/helpers/backend/gql/mutations/LeaveTeam.graphql
2021-11-02 19:17:09 +05:30

3 lines
65 B
GraphQL

mutation LeaveTeam($teamID: ID!) {
leaveTeam(teamID: $teamID)
}