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

@@ -1900,9 +1900,6 @@ type InfoOs implements Node {
"""OS codename"""
codename: String
"""Kernel version"""
kernel: String
"""OS architecture"""
arch: String
@@ -1987,15 +1984,9 @@ type CoreVersions {
"""Unraid API version"""
api: String
"""Kernel version"""
kernel: String
}
type PackageVersions {
"""OpenSSL version"""
openssl: String
"""Node.js version"""
node: String

View File

@@ -1900,9 +1900,6 @@ type InfoOs implements Node {
"""OS codename"""
codename: String
"""Kernel version"""
kernel: String
"""OS architecture"""
arch: String
@@ -1987,15 +1984,9 @@ type CoreVersions {
"""Unraid API version"""
api: String
"""Kernel version"""
kernel: String
}
type PackageVersions {
"""OpenSSL version"""
openssl: String
"""Node.js version"""
node: String