Activity_stream_cursor_value_input
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
input Activity_stream_cursor_value_input {
activityRef: bigint
endAt: timestamptz
startAt: timestamptz
}
Fields
Activity_stream_cursor_value_input.activityRef ● bigint scalar
Returns true if the event value is equal to one of the given values in the collection; false otherwise.
Activity_stream_cursor_value_input.endAt ● timestamptz scalar
The end of an interval. Intervals are right-exclusive.
Activity_stream_cursor_value_input.startAt ● timestamptz scalar
The start of an interval.