feat: auth self-registration config + gql grouping
This commit is contained in:
18
client/graph/admin/groups/groups-mutation-create.gql
Normal file
18
client/graph/admin/groups/groups-mutation-create.gql
Normal file
@@ -0,0 +1,18 @@
|
||||
mutation ($name: String!) {
|
||||
groups {
|
||||
create(name: $name) {
|
||||
responseResult {
|
||||
succeeded
|
||||
errorCode
|
||||
slug
|
||||
message
|
||||
}
|
||||
group {
|
||||
id
|
||||
name
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user