graphql: Add a method to create a group
This commit is contained in:
committed by
nitnelave
parent
8bd1dec180
commit
35ee2834a3
@@ -5,6 +5,7 @@ input EqualityConstraint {
|
||||
|
||||
type Mutation {
|
||||
createUser(user: CreateUserInput!): User!
|
||||
createGroup(name: String!): Group!
|
||||
updateUser(user: UpdateUserInput!): Success!
|
||||
updateGroup(group: UpdateGroupInput!): Success!
|
||||
addUserToGroup(userId: String!, groupId: Int!): Success!
|
||||
|
||||
Reference in New Issue
Block a user