graphql: Add methods to add/remove group memberships
This commit is contained in:
committed by
nitnelave
parent
a54e73bded
commit
e4d6b122c5
@@ -6,6 +6,8 @@ input EqualityConstraint {
|
||||
type Mutation {
|
||||
createUser(user: CreateUserInput!): User!
|
||||
updateUser(user: UpdateUserInput!): Success!
|
||||
addUserToGroup(userId: String!, groupId: Int!): Success!
|
||||
removeUserFromGroup(userId: String!, groupId: Int!): Success!
|
||||
}
|
||||
|
||||
type Group {
|
||||
|
||||
Reference in New Issue
Block a user