AttributeTypeCollectionFilter
input AttributeTypeCollectionFilter {
all: AttributeTypeFilter
any: AttributeTypeFilter
empty: Boolean
none: AttributeTypeFilter
}Fields
Last updated
Was this helpful?
No description
input AttributeTypeCollectionFilter {
all: AttributeTypeFilter
any: AttributeTypeFilter
empty: Boolean
none: AttributeTypeFilter
}All items in the collection match the given criteria.
Any item in the collection matches the given criteria.
The target collection is empty.
None of the items in the collection matches the given criteria.
Last updated
Was this helpful?
Was this helpful?