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