From 1f8975d68611c322ca8b5565998a8476e2cade29 Mon Sep 17 00:00:00 2001 From: siiky Date: Fri, 27 Sep 2024 11:08:16 +0100 Subject: [PATCH] chore: deprecate `deviceId` from `MachineInfo` --- lib/graphql/types.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/graphql/types.js b/lib/graphql/types.js index 26622c37..e2d8595e 100644 --- a/lib/graphql/types.js +++ b/lib/graphql/types.js @@ -29,7 +29,7 @@ type OperatorInfo { } type MachineInfo { - deviceId: String! + deviceId: String! @deprecated(reason: "unused by the machine") deviceName: String numberOfCassettes: Int numberOfRecyclers: Int