TableMetadatasBoolExp: {
    _and?: InputMaybe<TableMetadatasBoolExp[]>;
    _not?: InputMaybe<TableMetadatasBoolExp>;
    _or?: InputMaybe<TableMetadatasBoolExp[]>;
    handle?: InputMaybe<StringComparisonExp>;
    key_type?: InputMaybe<StringComparisonExp>;
    value_type?: InputMaybe<StringComparisonExp>;
}

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

MMNEPVFCICPMFPCPTTAAATR