OBJECT

EncoderCommandRecieved

A subscription event that is triggered when an encoder command has been sent.

link GraphQL Schema definition

  • type EncoderCommandRecieved {
  • # The encoder
  • encoder: Encoder!
  • # The command.
  • command: JSON!
  • # The correlationId used to match the command to the command response.
  • correlationId: String!
  • }