mirror of
https://github.com/requarks/wiki.git
synced 2026-08-19 01:04:45 -05:00
10 lines
77 B
GraphQL
10 lines
77 B
GraphQL
query {
|
|
groups {
|
|
list {
|
|
id
|
|
name
|
|
isSystem
|
|
}
|
|
}
|
|
}
|