Optional
_and?: InputMaybe<TableItemsBoolExp[]>Optional
_not?: InputMaybe<TableItemsBoolExp>Optional
_or?: InputMaybe<TableItemsBoolExp[]>Optional
decoded_key?: InputMaybe<JsonbComparisonExp>Optional
decoded_value?: InputMaybe<JsonbComparisonExp>Optional
key?: InputMaybe<StringComparisonExp>Optional
table_handle?: InputMaybe<StringComparisonExp>Optional
transaction_version?: InputMaybe<BigintComparisonExp>Optional
write_set_change_index?: InputMaybe<BigintComparisonExp>
Boolean expression to filter rows from the table "table_items". All fields are combined with a logical 'AND'.