mirror of
https://github.com/jmagar/unraid-mcp.git
synced 2026-03-02 08:14:43 -08:00
fix: adapt for supported GraphQL schema on 6.12.13
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user