TableItemsBoolExp: {
    _and?: InputMaybe<TableItemsBoolExp[]>;
    _not?: InputMaybe<TableItemsBoolExp>;
    _or?: InputMaybe<TableItemsBoolExp[]>;
    decoded_key?: InputMaybe<JsonbComparisonExp>;
    decoded_value?: InputMaybe<JsonbComparisonExp>;
    key?: InputMaybe<StringComparisonExp>;
    table_handle?: InputMaybe<StringComparisonExp>;
    transaction_version?: InputMaybe<BigintComparisonExp>;
    write_set_change_index?: InputMaybe<BigintComparisonExp>;
}

Boolean expression to filter rows from the table "table_items". All fields are combined with a logical 'AND'.

MMNEPVFCICPMFPCPTTAAATR