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