Optional_eq?: InputMaybe<Scalars["String"]["input"]>Optional_gt?: InputMaybe<Scalars["String"]["input"]>Optional_gte?: InputMaybe<Scalars["String"]["input"]>Optional_ilike?: InputMaybe<Scalars["String"]["input"]>does the column match the given case-insensitive pattern
Optional_in?: InputMaybe<Scalars["String"]["input"][]>Optional_iregex?: InputMaybe<Scalars["String"]["input"]>does the column match the given POSIX regular expression, case insensitive
Optional_is_Optional_like?: InputMaybe<Scalars["String"]["input"]>does the column match the given pattern
Optional_lt?: InputMaybe<Scalars["String"]["input"]>Optional_lte?: InputMaybe<Scalars["String"]["input"]>Optional_neq?: InputMaybe<Scalars["String"]["input"]>Optional_nilike?: InputMaybe<Scalars["String"]["input"]>does the column NOT match the given case-insensitive pattern
Optional_nin?: InputMaybe<Scalars["String"]["input"][]>Optional_niregex?: InputMaybe<Scalars["String"]["input"]>does the column NOT match the given POSIX regular expression, case insensitive
Optional_nlike?: InputMaybe<Scalars["String"]["input"]>does the column NOT match the given pattern
Optional_nregex?: InputMaybe<Scalars["String"]["input"]>does the column NOT match the given POSIX regular expression, case sensitive
Optional_nsimilar?: InputMaybe<Scalars["String"]["input"]>does the column NOT match the given SQL regular expression
Optional_regex?: InputMaybe<Scalars["String"]["input"]>does the column match the given POSIX regular expression, case sensitive
Optional_similar?: InputMaybe<Scalars["String"]["input"]>does the column match the given SQL regular expression
Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'.