StringSearchExpression
The different ways in which a string is matched. Exactly one of these must be provided in a single search expression.
input StringSearchExpression {
caseInsensitiveContains: String
}
Fields
StringSearchExpression.caseInsensitiveContains
● String
scalar
Case-insensitive match values containing the provided string.
Member of
CustomerSearchCondition
input