Filter: ProductRelationEntityCtxFilter

Filter type for ProductRelationEntityCtx.

All fields in this type are and-combined; see the or field for or-combination.


Input Fields

NameTypeDescription
ANDProductRelationEntityCtxFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORProductRelationEntityCtxFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

products_emptyBoolean

Checks if products is an empty list (true) or a non-empty list or null (false).

products_everyIDFilter

Makes sure all items in products match a certain filter.

products_noneIDFilter

Makes sure none of the items in products match a certain filter.

Note that you can specify the empty object for this filter to make sure products has no items.

products_someIDFilter

Makes sure at least one of the items in "products" matches a certain filter.

Note that you can specify the empty object for this filter to make sure products has at least one item.


This page was generated: 2024-05-17