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