feat: auth self-registration config + gql grouping
This commit is contained in:
22
client/graph/admin/groups/groups-query-single.gql
Normal file
22
client/graph/admin/groups/groups-query-single.gql
Normal file
@@ -0,0 +1,22 @@
|
||||
query ($id: Int!) {
|
||||
groups {
|
||||
single(id: $id) {
|
||||
id
|
||||
name
|
||||
rights {
|
||||
id
|
||||
path
|
||||
role
|
||||
exact
|
||||
allow
|
||||
}
|
||||
users {
|
||||
id
|
||||
name
|
||||
email
|
||||
}
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user