From beaad40ac750d3c4d38e754b7a2084947294cd47 Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Sun, 10 Nov 2019 15:50:46 +1030 Subject: [PATCH] feat(schema:info/machine-id): added machineId to info --- app/graphql/schema/types/info/machine-id.graphql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/graphql/schema/types/info/machine-id.graphql diff --git a/app/graphql/schema/types/info/machine-id.graphql b/app/graphql/schema/types/info/machine-id.graphql new file mode 100644 index 000000000..665be94d6 --- /dev/null +++ b/app/graphql/schema/types/info/machine-id.graphql @@ -0,0 +1,4 @@ +type Info { + """Machine ID""" + machineId: ID @func(module: "info/get-machine-id") +} \ No newline at end of file