Inputs
/FilterDataIntInput
FilterDataIntInput
Input for integer-based filter data. Used to define numeric comparison operations.
Fields
valueIntvalues[Int!]RequiredoperatorString!Required
Single integer value for comparison.
Used when comparing against a single numeric value.
Example: 100, 500, 1000
Array of integer values for comparison.
Used when comparing against multiple possible values.
Example: [100, 200, 300]
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 ⭐️