mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
12 lines
135 B
GraphQL
12 lines
135 B
GraphQL
query {
|
|
system {
|
|
info {
|
|
currentVersion
|
|
latestVersion
|
|
groupsTotal
|
|
pagesTotal
|
|
usersTotal
|
|
}
|
|
}
|
|
}
|