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

3 lines
113 B
GraphQL

mutation RemoveTeamMember($userUid: ID!, $teamID: ID!) {
removeTeamMember(userUid: $userUid, teamID: $teamID)
}