mirror of
https://github.com/unraid/api.git
synced 2026-01-25 18:08:43 -06:00
feat(schema:info/machine-id): added machineId to info
This commit is contained in:
4
app/graphql/schema/types/info/machine-id.graphql
Normal file
4
app/graphql/schema/types/info/machine-id.graphql
Normal file
@@ -0,0 +1,4 @@
|
||||
type Info {
|
||||
"""Machine ID"""
|
||||
machineId: ID @func(module: "info/get-machine-id")
|
||||
}
|
||||
Reference in New Issue
Block a user