INPUT_OBJECT
StreamFilter is used to filter messages in a pubsub channel
input StreamFilter {# channel is the target channel to listen onchannel: String!# expression is a CEL expression used to filter messagesexpression: String# rewind time by a specified duration to capture messages from historyrewind: String}