10 lines
77 B
GraphQL
10 lines
77 B
GraphQL
query {
|
|
groups {
|
|
list {
|
|
id
|
|
name
|
|
isSystem
|
|
}
|
|
}
|
|
}
|