refactor: polishing of admin dashboard teams module (#64)
Co-authored-by: Anwarul Islam <anwaarulislaam@gmail.com>
This commit is contained in:
committed by
GitHub
parent
ea847d7d32
commit
e27dc1f7a2
@@ -0,0 +1,14 @@
|
||||
mutation ChangeUserRoleInTeamByAdmin(
|
||||
$userUID: ID!
|
||||
$teamID: ID!
|
||||
$newRole: TeamMemberRole!
|
||||
) {
|
||||
changeUserRoleInTeamByAdmin(
|
||||
userUID: $userUID
|
||||
teamID: $teamID
|
||||
newRole: $newRole
|
||||
) {
|
||||
membershipID
|
||||
role
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user