OBJECT

EncoderCommandResponseRecieved

link GraphQL Schema definition

  • type EncoderCommandResponseRecieved {
  • # The encoder
  • encoder: Encoder!
  • # The command response.
  • commandResponse: JSON!
  • # The status code of the command response.
  • code: String!
  • # True if the encoder succefully ran the command; false otherwise.
  • success: Boolean!
  • # The correlation ID used to match the command to the command response.
  • correlationId: String!
  • }