feat: auth self-registration config + gql grouping
This commit is contained in:
12
client/graph/admin/groups/groups-mutation-assign.gql
Normal file
12
client/graph/admin/groups/groups-mutation-assign.gql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation ($groupId: Int!, $userId: Int!) {
|
||||
groups {
|
||||
assignUser(groupId: $groupId, userId: $userId) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user