app: Allow custom attributes in group creation
This commit is contained in:
committed by
nitnelave
parent
a190fe7ddf
commit
4ebfd0525b
@@ -1,5 +1,5 @@
|
||||
mutation CreateGroup($name: String!) {
|
||||
createGroup(name: $name) {
|
||||
mutation CreateGroup($group: CreateGroupInput!) {
|
||||
createGroupWithDetails(request: $group) {
|
||||
id
|
||||
displayName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user