Optional_cast?: InputMaybe<JsonbCastExp>Optional_contained_is the column contained in the given json value
Optional_contains?: InputMaybe<Scalars["jsonb"]["input"]>does the column contain the given json value at the top level
Optional_eq?: InputMaybe<Scalars["jsonb"]["input"]>Optional_gt?: InputMaybe<Scalars["jsonb"]["input"]>Optional_gte?: InputMaybe<Scalars["jsonb"]["input"]>Optional_has_does the string exist as a top-level key in the column
Optional_has_do all of these strings exist as top-level keys in the column
Optional_has_do any of these strings exist as top-level keys in the column
Optional_in?: InputMaybe<Scalars["jsonb"]["input"][]>Optional_is_Optional_lt?: InputMaybe<Scalars["jsonb"]["input"]>Optional_lte?: InputMaybe<Scalars["jsonb"]["input"]>Optional_neq?: InputMaybe<Scalars["jsonb"]["input"]>Optional_nin?: InputMaybe<Scalars["jsonb"]["input"][]>
Boolean expression to compare columns of type "jsonb". All fields are combined with logical 'AND'.