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'.