Inputs
/
FiltersInput

FiltersInput

Input for filters configuration. Used to define complex filtering conditions.

Fields

  • must
    [FilterInput]
    Conditions that must be met (AND logic). All conditions in this array must be satisfied.
  • should
    [FilterInput]
    Conditions that should be met (OR logic). At least one condition in this array must be satisfied.
  • must_not
    [FilterInput]
    Conditions that must not be met (NOT logic). None of the conditions in this array should be satisfied.
Built with

Show your support! Star us on GitHub ⭐️