feat: auth self-registration config + gql grouping
This commit is contained in:
11
client/graph/admin/groups/groups-query-list.gql
Normal file
11
client/graph/admin/groups/groups-query-list.gql
Normal file
@@ -0,0 +1,11 @@
|
||||
query {
|
||||
groups {
|
||||
list {
|
||||
id
|
||||
name
|
||||
userCount
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user