chore: deprecate deviceId from MachineInfo
This commit is contained in:
parent
ea9a373676
commit
1f8975d686
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ type OperatorInfo {
|
|||
}
|
||||
|
||||
type MachineInfo {
|
||||
deviceId: String!
|
||||
deviceId: String! @deprecated(reason: "unused by the machine")
|
||||
deviceName: String
|
||||
numberOfCassettes: Int
|
||||
numberOfRecyclers: Int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue