String_array_comparison_exp
Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'.
input String_array_comparison_exp {
_contained_in: [String!]
_contains: [String!]
_eq: [String!]
_gt: [String!]
_gte: [String!]
_in: [[String!]!]
_is_null: Boolean
_lt: [String!]
_lte: [String!]
_neq: [String!]
_nin: [[String!]!]
}
Fields
String_array_comparison_exp._contained_in
● [String!]
list scalar
is the array contained in the given array value
String_array_comparison_exp._contains
● [String!]
list scalar
does the array contain the given value