feat(schema:info/machine-id): added machineId to info

This commit is contained in:
Alexis Tyler
2019-11-10 15:50:46 +10:30
parent 8e29f5fc1f
commit beaad40ac7

View File

@@ -0,0 +1,4 @@
type Info {
"""Machine ID"""
machineId: ID @func(module: "info/get-machine-id")
}