app: Add a page to create a group
This commit is contained in:
committed by
nitnelave
parent
35ee2834a3
commit
01c82f09eb
6
app/queries/create_group.graphql
Normal file
6
app/queries/create_group.graphql
Normal file
@@ -0,0 +1,6 @@
|
||||
mutation CreateGroup($name: String!) {
|
||||
createGroup(name: $name) {
|
||||
id
|
||||
displayName
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user