mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
add RemoveUserFromGroup mutation
This commit is contained in:
parent
610c60ff6e
commit
6703e4a311
@ -132,4 +132,9 @@ type Mutation {
|
||||
userId: ID!
|
||||
roleInGroup: GroupMemberRole!
|
||||
): User
|
||||
|
||||
RemoveUserFromGroup(
|
||||
groupId: ID!
|
||||
userId: ID!
|
||||
): User
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user