13 lines
125 B
GraphQL
13 lines
125 B
GraphQL
query {
|
|
groups {
|
|
list {
|
|
id
|
|
name
|
|
isSystem
|
|
userCount
|
|
createdAt
|
|
updatedAt
|
|
}
|
|
}
|
|
}
|