StringCollectionFilter
input StringCollectionFilter {
all: StringFilter
any: StringFilter
none: StringFilter
}Fields
Last updated
Was this helpful?
No description
input StringCollectionFilter {
all: StringFilter
any: StringFilter
none: StringFilter
}Every list item matches the given expression.
Any of the list items matches the given expression.
None of the list items matches the given expression.
Last updated
Was this helpful?
Was this helpful?