RevenueTransaction_stream_cursor_value_input
Initial value of the column from where the streaming should start
input RevenueTransaction_stream_cursor_value_input {
  amount: float8
  block: numeric
  db_write_timestamp: timestamp
  hash: String
  id: String
  revenue_id: String
  timestamp: numeric
}