mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
app: Add a page to create a group
This commit is contained in:
committed by
nitnelave
parent
35ee2834a3
commit
01c82f09eb
@@ -0,0 +1,6 @@
|
||||
mutation CreateGroup($name: String!) {
|
||||
createGroup(name: $name) {
|
||||
id
|
||||
displayName
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user