Objects
/
FilterDataInt

FilterDataInt

Filter data int object for integer-based filtering conditions. Used to define numeric comparison operations in filters.

Fields

    value
    Int
    Single integer value for comparison. Used when comparing against a single numeric value. Example: 100, 500, 1000
    values
    [Int]
    Array of integer values for comparison. Used when comparing against multiple possible values. Example: [100, 200, 300]
    operator
    String!
    Required
    Comparison operator for the integer value(s). Supported operators: "equals", "greater_than", "less_than", "in", "not_in"
Built with

Show your support! Star us on GitHub ⭐️