fix: adapt for supported GraphQL schema on 6.12.13

This commit is contained in:
2026-02-28 15:51:14 +01:00
parent 3acdfa3b2b
commit 3d23d3c5b4
10 changed files with 10 additions and 76 deletions

View File

@@ -220,13 +220,12 @@ Then access at `http://YOUR_SERVER_IP/graphql` to explore the schema via Apollo
```graphql
query {
info {
os { platform distro release uptime hostname arch kernel }
os { platform distro release uptime hostname arch }
cpu { manufacturer brand cores threads }
memory { layout { bank type clockSpeed manufacturer } }
baseboard { manufacturer model version serial }
system { manufacturer model version serial uuid }
versions { kernel docker unraid node }
apps { installed started }
versions { docker unraid node }
machineId
time
}