JsonbAttributeFilter
Last edit: Dec 17, 2025
No description
type JsonbAttributeFilter {
array_contains: [String!]
array_overlaps: [String!]
array_value_in: [String!]
contains: String
exists: Any
key: String!
not_array_contains: [String!]
not_array_overlaps: [String!]
not_array_value_in: [String!]
not_contains: String
not_exists: Any
not_value: Any
not_value_array: [String!]
not_value_boolean: Boolean
not_value_float: Float
not_value_in: [String!]
not_value_int: Int
value: Any
value_array: [String!]
value_boolean: Boolean
value_float: Float
value_in: [String!]
value_int: Int
}
Fields
array_contains (String)
The target value must contain the passed array
array_overlaps (String)
The value in the target array must have at least one element in common with the passed array
array_value_in (String)
The passed array must contain the target array
contains (String)
exists (Any)
key (String)
not_array_contains (String)
The target value must not contain the passed array
not_array_overlaps (String)
The value in the target array must not have at least one element in common with the passed array
not_array_value_in (String)
The passed array must not contain the target array
not_contains (String)
not_exists (Any)
not_value (Any)
not_value_array (String)
The value passed must not be the exact target array in that order
not_value_boolean (Boolean)
not_value_float (Float)
not_value_in (String)
The passed array must not contain the target scalar value
not_value_int (Int)
value (Any)
value_array (String)
The value passed must be the exact target array in that order
value_boolean (Boolean)
value_float (Float)
value_in (String)
The passed array must contain the target scalar value