Tranche_stream_cursor_value_input
Initial value of the column from where the streaming should start
input Tranche_stream_cursor_value_input {
  amount: numeric
  db_write_timestamp: timestamp
  endAmount: numeric
  endTime: numeric
  id: String
  position: numeric
  startAmount: numeric
  startTime: numeric
  stream_id: String
}