Optional
_cast?: InputMaybe<JsonbCastExp>Optional
_contained_in?: InputMaybe<Scalars["jsonb"]["input"]>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_key?: InputMaybe<Scalars["String"]["input"]>does the string exist as a top-level key in the column
Optional
_has_keys_all?: InputMaybe<Scalars["String"]["input"][]>do all of these strings exist as top-level keys in the column
Optional
_has_keys_any?: InputMaybe<Scalars["String"]["input"][]>do any of these strings exist as top-level keys in the column
Optional
_in?: InputMaybe<Scalars["jsonb"]["input"][]>Optional
_is_null?: InputMaybe<Scalars["Boolean"]["input"]>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'.