OBJECT

EncoderCommandMutationResponse

link GraphQL Schema definition

  • type EncoderCommandMutationResponse implements MutationResponse {
  • # An HTTP status code representing the transactional value of the data or state
  • # change.
  • code: String!
  • # True if the mutation was successfull; false otherwise.
  • success: Boolean!
  • # A human-readable description of the status of the transaction and data or state
  • # change.
  • message: String!
  • # The correlationID of the command, used to match the encoderCommand to the
  • # encoderCommandResponse.
  • correlationId: String!
  • }

link Require by