23 lines
265 B
Plaintext
23 lines
265 B
Plaintext
|
query ($id: Int!) {
|
||
|
groups {
|
||
|
single(id: $id) {
|
||
|
id
|
||
|
name
|
||
|
rights {
|
||
|
id
|
||
|
path
|
||
|
role
|
||
|
exact
|
||
|
allow
|
||
|
}
|
||
|
users {
|
||
|
id
|
||
|
name
|
||
|
email
|
||
|
}
|
||
|
createdAt
|
||
|
updatedAt
|
||
|
}
|
||
|
}
|
||
|
}
|